7 #ifndef Svc_Ccsds_Cfdp_FlowEnumAc_HPP 8 #define Svc_Ccsds_Cfdp_FlowEnumAc_HPP 86 this->m_serializeValueIsSet = obj.m_serializeValueIsSet;
87 this->m_serializeValue = obj.m_serializeValue;
108 operator enum T()
const 116 return this->
e == e1;
122 return !(*
this == e1);
128 friend std::ostream& operator<<(
156 #if FW_SERIALIZABLE_TO_STRING 168 void setSerializeValue(
207 bool m_serializeValueIsSet =
false;
Fw::SerializeStatus serializeTo(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) const
Serialize raw enum value to SerialType.
Flow(const enum T e1)
Constructor (user-provided value)
The size of the serial representation.
bool operator==(enum T e1) const
Equality operator.
The number of enumerated constants.
Flow(const Flow &obj)
Copy constructor.
Flow & operator=(const Flow &obj)
Copy assignment operator (object)
SerializeStatus
forward declaration for string
Fw::SerializeStatus deserializeFrom(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG)
Deserialize raw enum value from SerialType.
bool operator!=(enum T e1) const
Inequality operator.
bool isValid() const
Check raw enum value for validity.
CFDP channel operations are executing nominally.
enum T t
For backwards compatibility.
enum T e
The raw enum value.
RateGroupDivider component implementation.
Flow()
Constructor (default value of NOT_FROZEN)
I32 SerialType
The serial representation type.
CFDP channel operations are frozen.
Big endian serialization.