7 #ifndef Os_TaskStatusEnumAc_HPP 8 #define Os_TaskStatusEnumAc_HPP 104 this->
e =
static_cast<enum
T>(e1);
114 this->m_serializeValueIsSet = obj.m_serializeValueIsSet;
115 this->m_serializeValue = obj.m_serializeValue;
141 operator enum T()
const 149 return this->
e == e1;
155 return !(*
this == e1);
161 friend std::ostream& operator<<(
189 #if FW_SERIALIZABLE_TO_STRING 201 void setSerializeValue(
240 bool m_serializeValueIsSet =
false;
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.
U8 SerialType
The serial representation type.
started with invalid stack size
SerializeStatus
forward declaration for string
TaskStatus(const SerialType e1)
Constructor (serial representation value)
bool operator==(enum T e1) const
Equality operator.
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
The size of the serial representation.
TaskStatus(const enum T e1)
Constructor (user-provided value)
started task with invalid priority
unable to set the task affinity
permissions error setting-up tasks
enum T t
For backwards compatibility.
uint8_t U8
8-bit unsigned integer
message sent/received okay
Task is in an invalid state for the operation.
The number of enumerated constants.
TaskStatus & operator=(const TaskStatus &obj)
Copy assignment operator (object)
bool operator!=(enum T e1) const
Inequality operator.
TaskStatus(const TaskStatus &obj)
Copy constructor.
Fw::SerializeStatus deserializeFrom(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG)
Deserialize raw enum value from SerialType.
TaskStatus()
Constructor (default value of OP_OK)
unexpected error return value
unable to allocate more tasks
Big endian serialization.