2010 FRC Java API


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

public class tDMAManager
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
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
getFpgaGuid, Release
 
Methods inherited from class java.lang.Object
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)

2010 FRC Java API


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