CTRE Phoenix 6 C++ 25.4.0
Loading...
Searching...
No Matches
ctre::phoenix6::signals::ReverseLimitTypeValue Class Reference

Determines if the reverse limit switch is normally-open (default) or normally-closed. More...

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

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

Public Member Functions

constexpr ReverseLimitTypeValue (int value)
 
constexpr ReverseLimitTypeValue ()
 
constexpr bool operator== (ReverseLimitTypeValue data) const
 
constexpr bool operator== (int data) const
 
constexpr bool operator!= (ReverseLimitTypeValue data) const
 
constexpr bool operator!= (int data) const
 
constexpr bool operator< (ReverseLimitTypeValue data) const
 
constexpr bool operator< (int data) const
 
std::string ToString () const
 Gets the string representation of this enum.
 
std::string Serialize () const
 
- Public Member Functions inherited from ctre::phoenix6::ISerializable

Public Attributes

int value
 

Static Public Attributes

static constexpr int NormallyOpen = 0
 
static constexpr int NormallyClosed = 1
 

Friends

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

Detailed Description

Determines if the reverse limit switch is normally-open (default) or normally-closed.

Constructor & Destructor Documentation

◆ ReverseLimitTypeValue() [1/2]

ctre::phoenix6::signals::ReverseLimitTypeValue::ReverseLimitTypeValue ( int value)
inlineconstexpr

◆ ReverseLimitTypeValue() [2/2]

ctre::phoenix6::signals::ReverseLimitTypeValue::ReverseLimitTypeValue ( )
inlineconstexpr

Member Function Documentation

◆ operator!=() [1/2]

bool ctre::phoenix6::signals::ReverseLimitTypeValue::operator!= ( int data) const
inlineconstexpr

◆ operator!=() [2/2]

bool ctre::phoenix6::signals::ReverseLimitTypeValue::operator!= ( ReverseLimitTypeValue data) const
inlineconstexpr

◆ operator<() [1/2]

bool ctre::phoenix6::signals::ReverseLimitTypeValue::operator< ( int data) const
inlineconstexpr

◆ operator<() [2/2]

bool ctre::phoenix6::signals::ReverseLimitTypeValue::operator< ( ReverseLimitTypeValue data) const
inlineconstexpr

◆ operator==() [1/2]

bool ctre::phoenix6::signals::ReverseLimitTypeValue::operator== ( int data) const
inlineconstexpr

◆ operator==() [2/2]

bool ctre::phoenix6::signals::ReverseLimitTypeValue::operator== ( ReverseLimitTypeValue data) const
inlineconstexpr

◆ 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

Friends And Related Symbol Documentation

◆ operator<<

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

Member Data Documentation

◆ NormallyClosed

int ctre::phoenix6::signals::ReverseLimitTypeValue::NormallyClosed = 1
staticconstexpr

◆ NormallyOpen

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: