7 #ifndef Fw_SerialStatusEnumAc_HPP 8 #define Fw_SerialStatusEnumAc_HPP 109 return this->
e == e1;
115 return !(*
this == e1);
121 friend std::ostream& operator<<(
147 #if FW_SERIALIZABLE_TO_STRING
The size of the serial representation.
Serialization operation succeeded.
bool operator==(T e1) const
Equality operator.
Fw::SerializeStatus deserializeFrom(Fw::SerializeBufferBase &buffer)
Deserialize raw enum value from SerialType.
U8 SerialType
The serial representation type.
SerialStatus()
Constructor (default value of OK)
The number of enumerated constants.
SerializeStatus
forward declaration for string
No room left in the buffer to serialize data.
T t
For backwards compatibility.
bool isValid() const
Check raw enum value for validity.
SerialStatus & operator=(const SerialStatus &obj)
Copy assignment operator (object)
bool operator!=(T e1) const
Inequality operator.
uint8_t U8
8-bit unsigned integer
Fw::SerializeStatus serializeTo(Fw::SerializeBufferBase &buffer) const
Serialize raw enum value to SerialType.
Data was the wrong format (e.g. wrong packet type)
SerialStatus(const SerialStatus &obj)
Copy constructor.
SerialStatus(const T e1)
Constructor (user-provided value)