7 #ifndef Drv_SendStatusEnumAc_HPP
8 #define Drv_SendStatusEnumAc_HPP
109 return this->
e == e1;
115 return !(*
this == e1);
121 friend std::ostream& operator<<(
147 #if FW_SERIALIZABLE_TO_STRING
C++-compatible configuration header for fprime configuration.
Status returned by the send call.
bool isValid() const
Check raw enum value for validity.
SendStatus & operator=(const SendStatus &obj)
Copy assignment operator (object)
SendStatus(const SendStatus &obj)
Copy constructor.
SendStatus()
Constructor (default value of SEND_OK)
I32 SerialType
The serial representation type.
bool operator==(T e1) const
Equality operator.
Fw::SerializeStatus serialize(Fw::SerializeBufferBase &buffer) const
Serialize raw enum value to SerialType.
Fw::SerializeStatus deserialize(Fw::SerializeBufferBase &buffer)
Deserialize raw enum value from SerialType.
SendStatus(const T e1)
Constructor (user-provided value)
bool operator!=(T e1) const
Inequality operator.
@ NUM_CONSTANTS
The number of enumerated constants.
@ SERIALIZED_SIZE
The size of the serial representation.
T t
For backwards compatibility.
@ SEND_ERROR
Send error occurred retrying may succeed.
@ SEND_RETRY
Data send should be retried.
@ SEND_OK
Send worked as expected.
SerializeStatus
forward declaration for string