35 std::ostream& operator<<(std::ostream& os,
const TaskStatus& obj) {
58 static_cast<SerialType>(this->
e)
69 this->
e =
static_cast<T>(es);
77 #if FW_SERIALIZABLE_TO_STRING 100 s =
"INVALID_AFFINITY";
109 s =
"ERROR_RESOURCES";
112 s =
"ERROR_PERMISSION";
127 #elif FW_ENABLE_TEXT_LOGGING Serialization/Deserialization operation was successful.
bool isValid() const
Check raw enum value for validity.
Task feature is not supported.
error trying to join the task
Fw::SerializeStatus serialize(Fw::SerializeBufferBase &buffer) const
Serialize raw enum value to SerialType.
SerializeStatus serialize(U8 val)
serialize 8-bit unsigned int
const char * toChar() const
Deserialization data had incorrect values (unexpected data types)
started with invalid stack size
SerializeStatus
forward declaration for string
FPP shadow-enum representing Os::Task::Status.
started task with invalid parameters
error trying to delay the task
unable to set the task affinity
permissions error setting-up tasks
FormatStatus format(const CHAR *formatString,...)
write formatted string to buffer
message sent/received okay
Task is in an invalid state for the operation.
SerializeStatus deserialize(U8 &val)
deserialize 8-bit unsigned int
Fw::SerializeStatus deserialize(Fw::SerializeBufferBase &buffer)
Deserialize raw enum value from SerialType.
TaskStatus & operator=(const TaskStatus &obj)
Copy assignment operator (object)
unexpected error return value
I32 SerialType
The serial representation type.
unable to allocate more tasks