True if device is locked by FRC.
More...
#include <ctre/phoenixpro/signals/SpnEnums.hpp>
True if device is locked by FRC.
◆ FrcLockValue() [1/2]
ctre::phoenixpro::signals::FrcLockValue::FrcLockValue |
( |
int |
value | ) |
|
|
inline |
◆ FrcLockValue() [2/2]
ctre::phoenixpro::signals::FrcLockValue::FrcLockValue |
( |
| ) |
|
|
inline |
◆ operator<() [1/2]
bool ctre::phoenixpro::signals::FrcLockValue::operator< |
( |
const FrcLockValue & |
data | ) |
const |
|
inline |
◆ operator<() [2/2]
bool ctre::phoenixpro::signals::FrcLockValue::operator< |
( |
int |
data | ) |
const |
|
inline |
◆ operator==() [1/2]
bool ctre::phoenixpro::signals::FrcLockValue::operator== |
( |
const FrcLockValue & |
data | ) |
const |
|
inline |
◆ operator==() [2/2]
bool ctre::phoenixpro::signals::FrcLockValue::operator== |
( |
int |
data | ) |
const |
|
inline |
◆ Serialize()
std::string ctre::phoenixpro::signals::FrcLockValue::Serialize |
( |
| ) |
const |
|
inlinevirtual |
◆ ToString()
std::string ctre::phoenixpro::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, |
|
|
const FrcLockValue & |
data |
|
) |
| |
|
friend |
◆ Frc_Locked
constexpr int ctre::phoenixpro::signals::FrcLockValue::Frc_Locked = 1 |
|
staticconstexpr |
◆ Frc_Unlocked
constexpr int ctre::phoenixpro::signals::FrcLockValue::Frc_Unlocked = 0 |
|
staticconstexpr |
◆ value
int ctre::phoenixpro::signals::FrcLockValue::value |
The documentation for this class was generated from the following file: