7 #ifndef Fw_CompletedEnumAc_HPP 8 #define Fw_CompletedEnumAc_HPP 83 this->
e =
static_cast<enum
T>(e1);
93 this->m_serializeValueIsSet = obj.m_serializeValueIsSet;
94 this->m_serializeValue = obj.m_serializeValue;
120 operator enum T()
const 128 return this->
e == e1;
134 return !(*
this == e1);
140 friend std::ostream& operator<<(
168 #if FW_SERIALIZABLE_TO_STRING 180 void setSerializeValue(
219 bool m_serializeValueIsSet =
false;
The number of enumerated constants.
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.
Completed(const SerialType e1)
Constructor (serial representation value)
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)
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)
The size of the serial representation.
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.