edu.wpi.first.wpilibj.fpga
Class tSystem

java.lang.Object
  extended by edu.wpi.first.wpilibj.fpga.tSystem
All Implemented Interfaces:
ExpectedFPGASignature
Direct Known Subclasses:
tAccumulator, tAI, tAlarm, tAnalogTrigger, tCounter, tDIO, tDMA, tDMAManager, tEncoder, tGlobal, tInterrupt, tInterruptManager, tSolenoid, tSPI, tWatchdog

public abstract class tSystem
extends java.lang.Object
implements ExpectedFPGASignature

Author:
wolf

Field Summary
protected static int m_DeviceHandle
           
static NiRioStatus status
           
 
Fields inherited from interface edu.wpi.first.wpilibj.fpga.ExpectedFPGASignature
kBitfileName, kExpectedFPGARevision, kExpectedFPGASignature, kExpectedFPGASignatureStr, kExpectedFPGAVersion
 
Constructor Summary
protected tSystem()
           
 
Method Summary
protected  void finalize()
           
 void Release()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

status

public static NiRioStatus status

m_DeviceHandle

protected static int m_DeviceHandle
Constructor Detail

tSystem

protected tSystem()
Method Detail

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

Release

public void Release()