CTRE Phoenix Pro C++ 23.0.12
|
Determines where to poll the reverse limit switch. More...
#include <ctre/phoenixpro/signals/SpnEnums.hpp>
Public Member Functions | |
ReverseLimitSourceValue (int value) | |
ReverseLimitSourceValue () | |
std::string | ToString () const |
Gets the string representation of this enum. More... | |
std::string | Serialize () const |
bool | operator== (const ReverseLimitSourceValue &data) const |
bool | operator== (int data) const |
bool | operator< (const ReverseLimitSourceValue &data) const |
bool | operator< (int data) const |
virtual std::string | Serialize () const =0 |
Public Attributes | |
int | value |
Static Public Attributes | |
static constexpr int | LimitSwitchPin = 0 |
Friends | |
std::ostream & | operator<< (std::ostream &os, const ReverseLimitSourceValue &data) |
Determines where to poll the reverse limit switch.
This defaults to the limit switch pin on the limit switch connector.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Implements ctre::phoenixpro::ISerializable.
|
inline |
Gets the string representation of this enum.
|
friend |
|
staticconstexpr |
int ctre::phoenixpro::signals::ReverseLimitSourceValue::value |