"

2013 FRC Java API

"

edu.wpi.first.wpilibj.fpga
Class tInterruptManager

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

public class tInterruptManager
extends tSystem


Field Summary
 
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
tInterruptManager(int interruptMask, boolean watcher)
           
 
Method Summary
protected  void acknowledge()
           
protected  void finalize()
           
protected  void reserve()
           
protected  void unreserve()
           
 int watch(int timeoutInMs)
           
 
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
 

Constructor Detail

tInterruptManager

public tInterruptManager(int interruptMask,
                         boolean watcher)
Method Detail

finalize

protected void finalize()
Overrides:
finalize in class tSystem

watch

public int watch(int timeoutInMs)

acknowledge

protected void acknowledge()

reserve

protected void reserve()

unreserve

protected void unreserve()

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"