7 #ifndef Os_TaskStatusEnumAc_HPP 8 #define Os_TaskStatusEnumAc_HPP 127 return this->
e == e1;
133 return !(*
this == e1);
139 friend std::ostream& operator<<(
165 #if FW_SERIALIZABLE_TO_STRING bool isValid() const
Check raw enum value for validity.
Task feature is not supported.
error trying to join the task
The size of the serial representation.
started with invalid stack size
SerializeStatus
forward declaration for string
The number of enumerated constants.
TaskStatus(const T e1)
Constructor (user-provided value)
FPP shadow-enum representing Os::Task::Status.
started task with invalid parameters
error trying to delay the task
T t
For backwards compatibility.
Fw::SerializeStatus deserializeFrom(Fw::SerializeBufferBase &buffer)
Deserialize raw enum value from SerialType.
unable to set the task affinity
permissions error setting-up tasks
bool operator!=(T e1) const
Inequality operator.
message sent/received okay
Task is in an invalid state for the operation.
TaskStatus & operator=(const TaskStatus &obj)
Copy assignment operator (object)
TaskStatus(const TaskStatus &obj)
Copy constructor.
bool operator==(T e1) const
Equality operator.
TaskStatus()
Constructor (default value of OP_OK)
unexpected error return value
I32 SerialType
The serial representation type.
unable to allocate more tasks
Fw::SerializeStatus serializeTo(Fw::SerializeBufferBase &buffer) const
Serialize raw enum value to SerialType.