The Color of LED2 when it's "Off".
More...
#include <ctre/phoenix6/signals/SpnEnums.hpp>
|
static constexpr int | Off = 0 |
|
static constexpr int | Red = 1 |
|
static constexpr int | Green = 2 |
|
static constexpr int | Orange = 3 |
|
static constexpr int | Blue = 4 |
|
static constexpr int | Pink = 5 |
|
static constexpr int | Cyan = 6 |
|
static constexpr int | White = 7 |
|
The Color of LED2 when it's "Off".
◆ Led2OffColorValue() [1/2]
ctre::phoenix6::signals::Led2OffColorValue::Led2OffColorValue |
( |
int | value | ) |
|
|
inlineconstexpr |
◆ Led2OffColorValue() [2/2]
ctre::phoenix6::signals::Led2OffColorValue::Led2OffColorValue |
( |
| ) |
|
|
inlineconstexpr |
◆ operator!=() [1/2]
bool ctre::phoenix6::signals::Led2OffColorValue::operator!= |
( |
int | data | ) |
const |
|
inlineconstexpr |
◆ operator!=() [2/2]
bool ctre::phoenix6::signals::Led2OffColorValue::operator!= |
( |
Led2OffColorValue | data | ) |
const |
|
inlineconstexpr |
◆ operator<() [1/2]
bool ctre::phoenix6::signals::Led2OffColorValue::operator< |
( |
int | data | ) |
const |
|
inlineconstexpr |
◆ operator<() [2/2]
bool ctre::phoenix6::signals::Led2OffColorValue::operator< |
( |
Led2OffColorValue | data | ) |
const |
|
inlineconstexpr |
◆ operator==() [1/2]
bool ctre::phoenix6::signals::Led2OffColorValue::operator== |
( |
int | data | ) |
const |
|
inlineconstexpr |
◆ operator==() [2/2]
bool ctre::phoenix6::signals::Led2OffColorValue::operator== |
( |
Led2OffColorValue | data | ) |
const |
|
inlineconstexpr |
◆ Serialize()
std::string ctre::phoenix6::signals::Led2OffColorValue::Serialize |
( |
| ) |
const |
|
inlinevirtual |
◆ ToString()
std::string ctre::phoenix6::signals::Led2OffColorValue::ToString |
( |
| ) |
const |
|
inline |
Gets the string representation of this enum.
- Returns
- String representation of this enum
◆ operator<<
◆ Blue
int ctre::phoenix6::signals::Led2OffColorValue::Blue = 4 |
|
staticconstexpr |
◆ Cyan
int ctre::phoenix6::signals::Led2OffColorValue::Cyan = 6 |
|
staticconstexpr |
◆ Green
int ctre::phoenix6::signals::Led2OffColorValue::Green = 2 |
|
staticconstexpr |
◆ Off
int ctre::phoenix6::signals::Led2OffColorValue::Off = 0 |
|
staticconstexpr |
◆ Orange
int ctre::phoenix6::signals::Led2OffColorValue::Orange = 3 |
|
staticconstexpr |
◆ Pink
int ctre::phoenix6::signals::Led2OffColorValue::Pink = 5 |
|
staticconstexpr |
◆ Red
int ctre::phoenix6::signals::Led2OffColorValue::Red = 1 |
|
staticconstexpr |
◆ value
int ctre::phoenix6::signals::Led2OffColorValue::value |
◆ White
int ctre::phoenix6::signals::Led2OffColorValue::White = 7 |
|
staticconstexpr |
The documentation for this class was generated from the following file: