7 #ifndef Fw_CompletedEnumAc_HPP 8 #define Fw_CompletedEnumAc_HPP 108 return this->
e == e1;
114 return !(*
this == e1);
120 friend std::ostream& operator<<(
146 #if FW_SERIALIZABLE_TO_STRING
bool operator==(T e1) const
Equality operator.
Completed & operator=(const Completed &obj)
Copy assignment operator (object)
Canceled before completion.
SerializeStatus
forward declaration for string
Fw::SerializeStatus serializeTo(Fw::SerializeBufferBase &buffer) const
Serialize raw enum value to SerialType.
bool isValid() const
Check raw enum value for validity.
Completed(const T e1)
Constructor (user-provided value)
Completed()
Constructor (default value of COMPLETED)
Fw::SerializeStatus deserializeFrom(Fw::SerializeBufferBase &buffer)
Deserialize raw enum value from SerialType.
Completed(const Completed &obj)
Copy constructor.
T t
For backwards compatibility.
uint8_t U8
8-bit unsigned integer
U8 SerialType
The serial representation type.
The size of the serial representation.
The number of enumerated constants.
bool operator!=(T e1) const
Inequality operator.