edu.wpi.first.wpilibj.fpga
Class tAccumulator
java.lang.Object
   edu.wpi.first.wpilibj.fpga.tSystem
edu.wpi.first.wpilibj.fpga.tSystem
       edu.wpi.first.wpilibj.fpga.tAccumulator
edu.wpi.first.wpilibj.fpga.tAccumulator
- All Implemented Interfaces: 
- ExpectedFPGASignature
- public class tAccumulator 
- extends tSystem
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
kNumSystems
public static final int kNumSystems
- See Also:
- Constant Field Values
m_SystemIndex
public final int m_SystemIndex
tAccumulator
public tAccumulator(int sys_index)
finalize
protected void finalize()
- 
- Overrides:
- finalizein class- tSystem
 
- 
 
getSystemIndex
public int getSystemIndex()
- 
 
readOutput
public tAccumulator.tOutput readOutput()
- 
 
readOutput_Value
public long readOutput_Value()
- 
 
readOutput_Count
public long readOutput_Count()
- 
 
writeCenter
public void writeCenter(int value)
- 
 
readCenter
public int readCenter()
- 
 
writeDeadband
public void writeDeadband(int value)
- 
 
readDeadband
public int readDeadband()
- 
 
strobeReset
public void strobeReset()
-