"

2013 FRC Java API

"

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 Object
implements ExpectedFPGASignature


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()
           
 int[] getFpgaGuid(NiRioStatus status)
           
 void Release()
          Releases the native C++ resources held by the tSystem instance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_DeviceHandle

protected static int m_DeviceHandle

status

public static NiRioStatus status
Constructor Detail

tSystem

protected tSystem()
Method Detail

finalize

protected void finalize()

getFpgaGuid

public int[] getFpgaGuid(NiRioStatus status)

Release

public void Release()
Releases the native C++ resources held by the tSystem instance.


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"