CTRE Phoenix 6 C++ 25.0.0-beta-4
Loading...
Searching...
No Matches
ctre::phoenix6::signals::FrcLockValue Class Reference

Whether device is locked by FRC. More...

#include <ctre/phoenix6/signals/SpnEnums.hpp>

Inheritance diagram for ctre::phoenix6::signals::FrcLockValue:
ctre::phoenix6::ISerializable

Public Member Functions

constexpr FrcLockValue (int value)
 
constexpr FrcLockValue ()
 
constexpr bool operator== (FrcLockValue data) const
 
constexpr bool operator== (int data) const
 
constexpr bool operator!= (FrcLockValue data) const
 
constexpr bool operator!= (int data) const
 
constexpr bool operator< (FrcLockValue data) const
 
constexpr bool operator< (int data) const
 
std::string ToString () const
 Gets the string representation of this enum.
 
std::string Serialize () const
 

Public Attributes

int value
 

Static Public Attributes

static constexpr int Frc_Locked = 1
 
static constexpr int Frc_Unlocked = 0
 

Friends

std::ostream & operator<< (std::ostream &os, FrcLockValue data)
 

Detailed Description

Whether device is locked by FRC.

Constructor & Destructor Documentation

◆ FrcLockValue() [1/2]

constexpr ctre::phoenix6::signals::FrcLockValue::FrcLockValue ( int value)
inlineconstexpr

◆ FrcLockValue() [2/2]

constexpr ctre::phoenix6::signals::FrcLockValue::FrcLockValue ( )
inlineconstexpr

Member Function Documentation

◆ 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

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream & os,
FrcLockValue data )
friend

Member Data Documentation

◆ 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: