Stores most recent status information as well as containing utility functions for checking channels a...
Definition: SensorUtil.h:13
static bool CheckRelayChannel(int channel)
Check that the relay channel number is valid.
static bool CheckPWMChannel(int channel)
Check that the digital channel number is valid.
static const int kAnalogOutputs
Definition: SensorUtil.h:83
static bool CheckAnalogInputChannel(int channel)
Check that the analog input number is value.
static const int kPwmChannels
Definition: SensorUtil.h:84
static const int kAnalogInputs
Definition: SensorUtil.h:82
static const int kDigitalChannels
Definition: SensorUtil.h:81
static bool CheckDigitalChannel(int channel)
Check that the digital channel number is valid.
static int GetDefaultREVPHModule()
Get the number of the default solenoid module.
static const int kRelayChannels
Definition: SensorUtil.h:85
static int GetDefaultCTREPCMModule()
Get the number of the default solenoid module.
static bool CheckAnalogOutputChannel(int channel)
Check that the analog output number is valid.
Definition: AprilTagPoseEstimator.h:15