7 #ifndef Fw_CompletedEnumAc_HPP 8 #define Fw_CompletedEnumAc_HPP 84 this->m_serializeValueIsSet = obj.m_serializeValueIsSet;
85 this->m_serializeValue = obj.m_serializeValue;
106 operator enum T()
const 114 return this->
e == e1;
120 return !(*
this == e1);
126 friend std::ostream& operator<<(
154 #if FW_SERIALIZABLE_TO_STRING 166 void setSerializeValue(
205 bool m_serializeValueIsSet =
false;
enum T e
The raw enum value.
Completed & operator=(const Completed &obj)
Copy assignment operator (object)
Canceled before completion.
SerializeStatus
forward declaration for string
enum T t
For backwards compatibility.
bool isValid() const
Check raw enum value for validity.
Fw::SerializeStatus deserializeFrom(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG)
Deserialize raw enum value from SerialType.
Completed()
Constructor (default value of COMPLETED)
The number of enumerated constants.
The size of the serial representation.
bool operator!=(enum T e1) const
Inequality operator.
Completed(const Completed &obj)
Copy constructor.
uint8_t U8
8-bit unsigned integer
Completed(const enum T e1)
Constructor (user-provided value)
bool operator==(enum T e1) const
Equality operator.
Implementation of malloc based allocator.
U8 SerialType
The serial representation type.
Big endian serialization.
Fw::SerializeStatus serializeTo(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) const
Serialize raw enum value to SerialType.