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 The size of the serial representation.
Data send should be retried.
bool isValid() const
Check raw enum value for validity.
SerializeStatus
forward declaration for string
SendStatus()
Constructor (default value of SEND_OK)
SendStatus & operator=(const SendStatus &obj)
Copy assignment operator (object)
The number of enumerated constants.
C++-compatible configuration header for fprime configuration.
Status returned by the send call.
I32 SerialType
The serial representation type.
Fw::SerializeStatus deserialize(Fw::SerializeBufferBase &buffer)
Deserialize raw enum value from SerialType.
SendStatus(const SendStatus &obj)
Copy constructor.
T t
For backwards compatibility.
bool operator==(T e1) const
Equality operator.
SendStatus(const T e1)
Constructor (user-provided value)
bool operator!=(T e1) const
Inequality operator.
Fw::SerializeStatus serialize(Fw::SerializeBufferBase &buffer) const
Serialize raw enum value to SerialType.
Send error occurred retrying may succeed.