7 #ifndef Svc_Ccsds_TfvnEnumAc_HPP 8 #define Svc_Ccsds_TfvnEnumAc_HPP 115 operator enum T()
const 123 return this->
e == e1;
129 return !(*
this == e1);
135 friend std::ostream& operator<<(
163 #if FW_SERIALIZABLE_TO_STRING Advanced Orbiting Systems SDL.
The number of enumerated constants.
SerializeStatus
forward declaration for string
enum T t
For backwards compatibility.
bool isValid() const
Check raw enum value for validity.
enum T e
The raw enum value.
U8 SerialType
The serial representation type.
Telemetry and Telecommand SDLs.
uint8_t U8
8-bit unsigned integer
Fw::SerializeStatus serializeTo(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) const
Serialize raw enum value to SerialType.
Tfvn()
Constructor (default value of INVALID_UNINITIALIZED)
Tfvn & operator=(const Tfvn &obj)
Copy assignment operator (object)
The size of the serial representation.
bool operator!=(enum T e1) const
Inequality operator.
Tfvn(const Tfvn &obj)
Copy constructor.
RateGroupDivider component implementation.
Fw::SerializeStatus deserializeFrom(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG)
Deserialize raw enum value from SerialType.
bool operator==(enum T e1) const
Equality operator.
Tfvn(const enum T e1)
Constructor (user-provided value)
Unified Space Data Link Protocol.
Anything equal or higher value is invalid and should not be used.
Big endian serialization.