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

Whether the device is Season Pass licensed. More...

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

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

Public Member Functions

constexpr Licensing_IsSeasonPassedValue (int value)
 
constexpr Licensing_IsSeasonPassedValue ()
 
constexpr bool operator== (Licensing_IsSeasonPassedValue data) const
 
constexpr bool operator== (int data) const
 
constexpr bool operator!= (Licensing_IsSeasonPassedValue data) const
 
constexpr bool operator!= (int data) const
 
constexpr bool operator< (Licensing_IsSeasonPassedValue 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 NotLicensed = 0
 
static constexpr int Licensed = 1
 

Friends

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

Detailed Description

Whether the device is Season Pass licensed.

Constructor & Destructor Documentation

◆ Licensing_IsSeasonPassedValue() [1/2]

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

◆ Licensing_IsSeasonPassedValue() [2/2]

ctre::phoenix6::signals::Licensing_IsSeasonPassedValue::Licensing_IsSeasonPassedValue ( )
inlineconstexpr

Member Function Documentation

◆ operator!=() [1/2]

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

◆ operator!=() [2/2]

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

◆ operator<() [1/2]

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

◆ operator<() [2/2]

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

◆ operator==() [1/2]

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

◆ operator==() [2/2]

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

◆ Serialize()

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

◆ ToString()

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

Member Data Documentation

◆ Licensed

int ctre::phoenix6::signals::Licensing_IsSeasonPassedValue::Licensed = 1
staticconstexpr

◆ NotLicensed

int ctre::phoenix6::signals::Licensing_IsSeasonPassedValue::NotLicensed = 0
staticconstexpr

◆ value

int ctre::phoenix6::signals::Licensing_IsSeasonPassedValue::value

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