Package edu.wpi.first.hal
Class DMAJNISample
java.lang.Object
edu.wpi.first.hal.DMAJNISample
public class DMAJNISample extends Object
-
Constructor Summary
Constructors Constructor Description DMAJNISample() -
Method Summary
Modifier and Type Method Description voidaddSensor(int handle)voidgetAnalogAccumulator(int analogInputHandle, AccumulatorResult result)intgetAnalogInput(int analogInputHandle)intgetAnalogInputAveraged(int analogInputHandle)intgetCaptureSize()intgetCounter(int counterHandle)intgetCounterPeriod(int counterHandle)booleangetDigitalSource(int digitalSourceHandle)intgetDutyCycleOutput(int dutyCycleHandle)intgetEncoder(int encoderHandle)intgetEncoderPeriod(int encoderHandle)intgetRemaining()longgetTime()intgetTriggerChannels()intupdate(int dmaHandle, double timeoutSeconds)
-
Constructor Details
-
DMAJNISample
public DMAJNISample()
-
-
Method Details