23 this->m_serializeValueIsSet = obj.m_serializeValueIsSet;
24 this->m_serializeValue = obj.m_serializeValue;
35 this->m_serializeValueIsSet =
false;
36 this->m_serializeValue = 0;
43 std::ostream& operator<<(std::ostream& os,
const TaskStatus& obj) {
72 if (this->m_serializeValueIsSet) {
73 es = this->m_serializeValue;
92 this->
e =
static_cast<enum
T>(es);
97 #if FW_SERIALIZABLE_TO_STRING 108 s =
"INVALID_HANDLE";
111 s =
"INVALID_PARAMS";
114 s =
"INVALID_PRIORITY";
123 s =
"INVALID_AFFINITY";
132 s =
"ERROR_RESOURCES";
135 s =
"ERROR_PERMISSION";
157 this->m_serializeValue = serializeValue;
158 this->m_serializeValueIsSet =
true;
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
enum T e
The raw enum value.
Deserialization data had incorrect values (unexpected data types)
U8 SerialType
The serial representation type.
virtual SerializeStatus serializeFrom(U8 val, Endianness mode=Endianness::BIG)=0
Serialize an 8-bit unsigned integer value.
started with invalid stack size
SerializeStatus
forward declaration for string
virtual SerializeStatus deserializeTo(U8 &val, Endianness mode=Endianness::BIG)=0
Deserialize an 8-bit unsigned integer value.
FPP shadow-enum representing Os::Task::Status.
started task with invalid parameters
Fw::SerializeStatus serializeTo(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) const
Serialize raw enum value to SerialType.
error trying to delay the task
started task with invalid priority
unable to set the task affinity
permissions error setting-up tasks
const char * toChar() const
Convert to a C-style char*.
FormatStatus format(const CHAR *formatString,...)
write formatted string to buffer
message sent/received okay
Task is in an invalid state for the operation.
TaskStatus & operator=(const TaskStatus &obj)
Copy assignment operator (object)
Fw::SerializeStatus deserializeFrom(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG)
Deserialize raw enum value from SerialType.
unexpected error return value
unable to allocate more tasks
ComCfg::Apid::SerialType SerialType