2010 FRC Java API


edu.wpi.first.wpilibj.fpga
Class tAlarm

java.lang.Object
  extended by edu.wpi.first.wpilibj.fpga.tSystem
      extended by edu.wpi.first.wpilibj.fpga.tAlarm
All Implemented Interfaces:
DMAChannelDescriptors, ExpectedFPGASignature

public class tAlarm
extends tSystem


Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.wpi.first.wpilibj.fpga.DMAChannelDescriptors
DMAChannelDescriptors.tDMAChannelDescriptor
 
Field Summary
static int kNumSystems
           
 
Fields inherited from class edu.wpi.first.wpilibj.fpga.tSystem
m_DeviceHandle, status
 
Fields inherited from interface edu.wpi.first.wpilibj.fpga.ExpectedFPGASignature
kExpectedFPGARevision, kExpectedFPGASignature, kExpectedFPGAVersion
 
Fields inherited from interface edu.wpi.first.wpilibj.fpga.DMAChannelDescriptors
kDMA_VERSION, kDMAChannelDescriptors, kNUM_DMA_CHANNELS
 
Constructor Summary
tAlarm()
           
 
Method Summary
protected  void finalize()
           
static boolean readEnable()
           
static long readTriggerTime()
           
static void writeEnable(boolean value)
           
static void writeTriggerTime(long value)
           
 
Methods inherited from class edu.wpi.first.wpilibj.fpga.tSystem
getFpgaGuid, Release
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kNumSystems

public static final int kNumSystems
See Also:
Constant Field Values
Constructor Detail

tAlarm

public tAlarm()
Method Detail

finalize

protected void finalize()
Overrides:
finalize in class tSystem

writeTriggerTime

public static void writeTriggerTime(long value)

readTriggerTime

public static long readTriggerTime()

writeEnable

public static void writeEnable(boolean value)

readEnable

public static boolean readEnable()

2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.