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
Serialization operation succeeded.
Fw::SerializeStatus serialize(Fw::SerializeBufferBase &buffer) const
Serialize raw enum value to SerialType.
bool operator==(T e1) const
Equality operator.
SerialStatus()
Constructor (default value of OK)
The size of the serial representation.
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)
C++-compatible configuration header for fprime configuration.
bool operator!=(T e1) const
Inequality operator.
Data was the wrong format (e.g. wrong packet type)
SerialStatus(const SerialStatus &obj)
Copy constructor.
SerialStatus(const T e1)
Constructor (user-provided value)
The number of enumerated constants.
I32 SerialType
The serial representation type.
Fw::SerializeStatus deserialize(Fw::SerializeBufferBase &buffer)
Deserialize raw enum value from SerialType.