Determines if the reverse limit switch is normally-open (default) or normally-closed.
More...
#include <ctre/phoenix6/signals/SpnEnums.hpp>
Determines if the reverse limit switch is normally-open (default) or normally-closed.
◆ ReverseLimitTypeValue() [1/2]
ctre::phoenix6::signals::ReverseLimitTypeValue::ReverseLimitTypeValue |
( |
int |
value | ) |
|
|
inline |
◆ ReverseLimitTypeValue() [2/2]
ctre::phoenix6::signals::ReverseLimitTypeValue::ReverseLimitTypeValue |
( |
| ) |
|
|
inline |
◆ operator<() [1/2]
bool ctre::phoenix6::signals::ReverseLimitTypeValue::operator< |
( |
const ReverseLimitTypeValue & |
data | ) |
const |
|
inline |
◆ operator<() [2/2]
bool ctre::phoenix6::signals::ReverseLimitTypeValue::operator< |
( |
int |
data | ) |
const |
|
inline |
◆ operator==() [1/2]
bool ctre::phoenix6::signals::ReverseLimitTypeValue::operator== |
( |
const ReverseLimitTypeValue & |
data | ) |
const |
|
inline |
◆ operator==() [2/2]
bool ctre::phoenix6::signals::ReverseLimitTypeValue::operator== |
( |
int |
data | ) |
const |
|
inline |
◆ Serialize()
std::string ctre::phoenix6::signals::ReverseLimitTypeValue::Serialize |
( |
| ) |
const |
|
inlinevirtual |
◆ ToString()
std::string ctre::phoenix6::signals::ReverseLimitTypeValue::ToString |
( |
| ) |
const |
|
inline |
Gets the string representation of this enum.
- Returns
- String representation of this enum
◆ operator<<
◆ NormallyClosed
constexpr int ctre::phoenix6::signals::ReverseLimitTypeValue::NormallyClosed = 1 |
|
staticconstexpr |
◆ NormallyOpen
constexpr int ctre::phoenix6::signals::ReverseLimitTypeValue::NormallyOpen = 0 |
|
staticconstexpr |
◆ value
int ctre::phoenix6::signals::ReverseLimitTypeValue::value |
The documentation for this class was generated from the following file: