7 #ifndef Os_QueueStatusEnumAc_HPP 8 #define Os_QueueStatusEnumAc_HPP 125 return this->
e == e1;
131 return !(*
this == e1);
137 friend std::ostream& operator<<(
163 #if FW_SERIALIZABLE_TO_STRING invalid priority requested
I32 SerialType
The serial representation type.
Fw::SerializeStatus serialize(Fw::SerializeBufferBase &buffer) const
Serialize raw enum value to SerialType.
bool isValid() const
Check raw enum value for validity.
QueueStatus & operator=(const QueueStatus &obj)
Copy assignment operator (object)
The number of enumerated constants.
message sent/received okay
QueueStatus(const T e1)
Constructor (user-provided value)
SerializeStatus
forward declaration for string
QueueStatus()
Constructor (default value of OP_OK)
Queue was full when attempting to send a message.
attempted to send or receive with buffer too large, too small
The size of the serial representation.
QueueStatus(const QueueStatus &obj)
Copy constructor.
Queue feature is not supported.
FPP shadow-enum representing Os::Queue::Status.
creating an already created queue
C++-compatible configuration header for fprime configuration.
bool operator!=(T e1) const
Inequality operator.
T t
For backwards compatibility.
If non-blocking, all the messages have been drained.
Queue wasn't initialized successfully.
Fw::SerializeStatus deserialize(Fw::SerializeBufferBase &buffer)
Deserialize raw enum value from SerialType.
bool operator==(T e1) const
Equality operator.
Unexpected error; can't match with returns.