Package edu.wpi.first.hal
Class RelayJNI
java.lang.Object
edu.wpi.first.hal.JNIWrapper
edu.wpi.first.hal.DIOJNI
edu.wpi.first.hal.RelayJNI
public class RelayJNI extends DIOJNI
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description RelayJNI() -
Method Summary
Modifier and Type Method Description static booleancheckRelayChannel(int channel)static voidfreeRelayPort(int relayPortHandle)static booleangetRelay(int relayPortHandle)static intinitializeRelayPort(int halPortHandle, boolean forward)static voidsetRelay(int relayPortHandle, boolean on)Methods inherited from class edu.wpi.first.hal.DIOJNI
allocateDigitalPWM, checkDIOChannel, freeDigitalPWM, freeDIOPort, getDIO, getDIODirection, getLoopTiming, initializeDIOPort, isAnyPulsing, isPulsing, pulse, setDigitalPWMDutyCycle, setDigitalPWMOutputChannel, setDigitalPWMRate, setDIO, setDIODirection, setDIOSimDevice