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

Invert state of the device as seen from the front of the motor. More...

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

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

Public Member Functions

constexpr InvertedValue (int value)
 
constexpr InvertedValue ()
 
constexpr bool operator== (InvertedValue data) const
 
constexpr bool operator== (int data) const
 
constexpr bool operator!= (InvertedValue data) const
 
constexpr bool operator!= (int data) const
 
constexpr bool operator< (InvertedValue 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 CounterClockwise_Positive = 0
 Positive motor output results in clockwise motion.
 
static constexpr int Clockwise_Positive = 1
 Positive motor output results in counter-clockwise motion.
 

Friends

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

Detailed Description

Invert state of the device as seen from the front of the motor.

Constructor & Destructor Documentation

◆ InvertedValue() [1/2]

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

◆ InvertedValue() [2/2]

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

Member Function Documentation

◆ operator!=() [1/2]

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

◆ operator!=() [2/2]

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

◆ operator<() [1/2]

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

◆ operator<() [2/2]

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

◆ operator==() [1/2]

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

◆ operator==() [2/2]

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

◆ Serialize()

std::string ctre::phoenix6::signals::InvertedValue::Serialize ( ) const
inlinevirtual

◆ ToString()

std::string ctre::phoenix6::signals::InvertedValue::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,
InvertedValue data )
friend

Member Data Documentation

◆ Clockwise_Positive

constexpr int ctre::phoenix6::signals::InvertedValue::Clockwise_Positive = 1
staticconstexpr

Positive motor output results in counter-clockwise motion.

◆ CounterClockwise_Positive

constexpr int ctre::phoenix6::signals::InvertedValue::CounterClockwise_Positive = 0
staticconstexpr

Positive motor output results in clockwise motion.

◆ value

int ctre::phoenix6::signals::InvertedValue::value

The documentation for this class was generated from the following file: