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:
ExpectedFPGASignature

public class tAlarm
extends tSystem


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
kBitfileName, kExpectedFPGARevision, kExpectedFPGASignature, kExpectedFPGASignatureStr, kExpectedFPGAVersion
 
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
Release
 
Methods inherited from class java.lang.Object
clone, 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

writeEnable

public static void writeEnable(boolean value)

readEnable

public static boolean readEnable()

writeTriggerTime

public static void writeTriggerTime(long value)

readTriggerTime

public static long readTriggerTime()