Expand description
Safe, idiomatic wrappers for CFE Executive Services Task query APIs.
Structs§
- Child
Task - A handle to a cFE child task.
- TaskId
- A type-safe, zero-cost wrapper for a cFE Task ID.
- Task
Info - A high-level wrapper around the FFI’s
CFE_ES_TaskInfo_t.
Functions§
- exit_
child_ task - Exits the calling child task.
- increment_
task_ counter - Increments the execution counter for the calling task.
Type Aliases§
- Task
Entry Point - Type alias for a cFE child task entry point function.