8namespace motorcontrol {
110 default :
return "InvalidValue";
Class used to get string representation of a remote sensor source.
Definition RemoteSensorSource.h:87
static std::string toString(RemoteSensorSource value)
Get string representation of specified remote sensor source.
Definition RemoteSensorSource.h:94
RemoteSensorSource
Choose the remote sensor source for a motor controller.
Definition RemoteSensorSource.h:13
@ RemoteSensorSource_CANCoder
Use CANCoder.
@ RemoteSensorSource_Off
Don't use a sensor.
@ RemoteSensorSource_CANifier_PWMInput0
Use a PWM sensor connected to CANifier's PWM0.
@ RemoteSensorSource_GadgeteerPigeon_Yaw
Use the yaw value of a pigeon connected to a talon over ribbon cable.
@ RemoteSensorSource_CANifier_PWMInput2
Use a PWM sensor connected to CANifier's PWM2.
@ RemoteSensorSource_Pigeon_Yaw
Use a CAN Pigeon's Yaw value.
@ RemoteSensorSource_CANifier_PWMInput1
Use a PWM sensor connected to CANifier's PWM1.
@ RemoteSensorSource_Pigeon_Roll
Use a CAN Pigeon's Roll value.
@ RemoteSensorSource_GadgeteerPigeon_Roll
Use the roll value of a pigeon connected to a talon over ribbon cable.
@ RemoteSensorSource_CANifier_Quadrature
Use a quadrature sensor connected to a CANifier.
@ RemoteSensorSource_GadgeteerPigeon_Pitch
Use the pitch value of a pigeon connected to a talon over ribbon cable.
@ RemoteSensorSource_TalonSRX_SelectedSensor
Use a sensor connected to a TalonSRX and configured on the TalonSRX.
@ RemoteSensorSource_Pigeon_Pitch
Use a CAN Pigeon's Pitch value.
@ RemoteSensorSource_CANifier_PWMInput3
Use a PWM sensor connected to CANifier's PWM3.
WPI Compliant CANcoder class.
Definition CANCoderStatusFrame.h:4