Whether device is locked by FRC.
More...
#include <ctre/phoenix6/signals/SpnEnums.hpp>
Whether device is locked by FRC.
◆ FrcLockValue() [1/2]
constexpr ctre::phoenix6::signals::FrcLockValue::FrcLockValue |
( |
int | value | ) |
|
|
inlineconstexpr |
◆ FrcLockValue() [2/2]
constexpr ctre::phoenix6::signals::FrcLockValue::FrcLockValue |
( |
| ) |
|
|
inlineconstexpr |
◆ operator!=() [1/2]
constexpr bool ctre::phoenix6::signals::FrcLockValue::operator!= |
( |
FrcLockValue | data | ) |
const |
|
inlineconstexpr |
◆ operator!=() [2/2]
constexpr bool ctre::phoenix6::signals::FrcLockValue::operator!= |
( |
int | data | ) |
const |
|
inlineconstexpr |
◆ operator<() [1/2]
constexpr bool ctre::phoenix6::signals::FrcLockValue::operator< |
( |
FrcLockValue | data | ) |
const |
|
inlineconstexpr |
◆ operator<() [2/2]
constexpr bool ctre::phoenix6::signals::FrcLockValue::operator< |
( |
int | data | ) |
const |
|
inlineconstexpr |
◆ operator==() [1/2]
constexpr bool ctre::phoenix6::signals::FrcLockValue::operator== |
( |
FrcLockValue | data | ) |
const |
|
inlineconstexpr |
◆ operator==() [2/2]
constexpr bool ctre::phoenix6::signals::FrcLockValue::operator== |
( |
int | data | ) |
const |
|
inlineconstexpr |
◆ Serialize()
std::string ctre::phoenix6::signals::FrcLockValue::Serialize |
( |
| ) |
const |
|
inlinevirtual |
◆ ToString()
std::string ctre::phoenix6::signals::FrcLockValue::ToString |
( |
| ) |
const |
|
inline |
Gets the string representation of this enum.
- Returns
- String representation of this enum
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
FrcLockValue | data ) |
|
friend |
◆ Frc_Locked
constexpr int ctre::phoenix6::signals::FrcLockValue::Frc_Locked = 1 |
|
staticconstexpr |
◆ Frc_Unlocked
constexpr int ctre::phoenix6::signals::FrcLockValue::Frc_Unlocked = 0 |
|
staticconstexpr |
◆ value
int ctre::phoenix6::signals::FrcLockValue::value |
The documentation for this class was generated from the following file: