edu.wpi.first.wpilibj.fpga
Class tDMAManager

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

public class tDMAManager
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
tDMAManager(int dmaChannel, int hostBufferSize)
           
 
Method Summary
protected  void finalize()
           
 int[] read(int num, int timeout)
           
 void start()
           
 void stop()
           
 
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
 

Constructor Detail

tDMAManager

public tDMAManager(int dmaChannel,
                   int hostBufferSize)
Method Detail

finalize

protected void finalize()
Overrides:
finalize in class tSystem

start

public void start()

stop

public void stop()

read

public int[] read(int num,
                  int timeout)