2010 FRC Java API


edu.wpi.first.wpilibj.fpga
Class DMAChannelDescriptors.tDMAChannelDescriptor

java.lang.Object
  extended by edu.wpi.first.wpilibj.fpga.DMAChannelDescriptors.tDMAChannelDescriptor
Enclosing interface:
DMAChannelDescriptors

public static class DMAChannelDescriptors.tDMAChannelDescriptor
extends Object


Field Summary
 int baseAddress
           
 int channel
           
 int depth
           
 int write
           
 
Constructor Summary
DMAChannelDescriptors.tDMAChannelDescriptor(int c, int ba, int d, int w)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

channel

public final int channel

baseAddress

public final int baseAddress

depth

public final int depth

write

public final int write
Constructor Detail

DMAChannelDescriptors.tDMAChannelDescriptor

public DMAChannelDescriptors.tDMAChannelDescriptor(int c,
                                                   int ba,
                                                   int d,
                                                   int w)

2010 FRC Java API


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