|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wpi.first.wpilibj.fpga.tSystem
edu.wpi.first.wpilibj.fpga.tAccumulator
public class tAccumulator
Nested Class Summary | |
---|---|
static class |
tAccumulator.tOutput
|
Field Summary | |
---|---|
static int |
kNumSystems
|
int |
m_SystemIndex
|
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 | |
---|---|
tAccumulator(int sys_index)
|
Method Summary | |
---|---|
protected void |
finalize()
|
int |
getSystemIndex()
|
int |
readCenter()
|
int |
readDeadband()
|
long |
readOutput_Count()
|
long |
readOutput_Value()
|
tAccumulator.tOutput |
readOutput()
|
void |
strobeReset()
|
void |
writeCenter(int value)
|
void |
writeDeadband(int value)
|
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 |
Field Detail |
---|
public static final int kNumSystems
public final int m_SystemIndex
Constructor Detail |
---|
public tAccumulator(int sys_index)
Method Detail |
---|
protected void finalize()
finalize
in class tSystem
public int getSystemIndex()
public tAccumulator.tOutput readOutput()
public long readOutput_Value()
public long readOutput_Count()
public void writeCenter(int value)
public int readCenter()
public void writeDeadband(int value)
public int readDeadband()
public void strobeReset()
|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |