35 std::ostream& operator<<(std::ostream& os,
const QueueStatus& obj) {
58 static_cast<SerialType>(this->
e)
69 this->
e =
static_cast<T>(es);
77 #if FW_SERIALIZABLE_TO_STRING 88 s =
"ALREADY_CREATED";
106 s =
"INVALID_PRIORITY";
124 #elif FW_ENABLE_TEXT_LOGGING Serialization/Deserialization operation was successful.
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.
SerializeStatus serialize(U8 val)
serialize 8-bit unsigned int
const char * toChar() const
QueueStatus & operator=(const QueueStatus &obj)
Copy assignment operator (object)
Deserialization data had incorrect values (unexpected data types)
message sent/received okay
SerializeStatus
forward declaration for string
Queue was full when attempting to send a message.
attempted to send or receive with buffer too large, too small
Queue feature is not supported.
FPP shadow-enum representing Os::Queue::Status.
FormatStatus format(const CHAR *formatString,...)
write formatted string to buffer
creating an already created queue
SerializeStatus deserialize(U8 &val)
deserialize 8-bit unsigned int
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.
Unexpected error; can't match with returns.