2010 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:
DMAChannelDescriptors, ExpectedFPGASignature

public class tInterruptManager
extends tSystem


Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.wpi.first.wpilibj.fpga.DMAChannelDescriptors
DMAChannelDescriptors.tDMAChannelDescriptor
 
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
kExpectedFPGARevision, kExpectedFPGASignature, kExpectedFPGAVersion
 
Fields inherited from interface edu.wpi.first.wpilibj.fpga.DMAChannelDescriptors
kDMA_VERSION, kDMAChannelDescriptors, kNUM_DMA_CHANNELS
 
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()

2010 FRC Java API


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