7 #ifndef Fw_CompletedEnumAc_HPP 8 #define Fw_CompletedEnumAc_HPP 108 return this->
e == e1;
114 return !(*
this == e1);
120 friend std::ostream& operator<<(
148 #if FW_SERIALIZABLE_TO_STRING The number of enumerated constants.
bool operator==(T e1) const
Equality operator.
Completed & operator=(const Completed &obj)
Copy assignment operator (object)
Canceled before completion.
SerializeStatus
forward declaration for string
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(const T e1)
Constructor (user-provided value)
Completed()
Constructor (default value of COMPLETED)
Completed(const Completed &obj)
Copy constructor.
T t
For backwards compatibility.
uint8_t U8
8-bit unsigned integer
U8 SerialType
The serial representation type.
Implementation of malloc based allocator.
bool operator!=(T e1) const
Inequality operator.
Big endian serialization.
The size of the serial representation.
Fw::SerializeStatus serializeTo(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) const
Serialize raw enum value to SerialType.