Skip to main content

Module task

Module task 

Source
Expand description

Safe, idiomatic wrappers for CFE Executive Services Task query APIs.

Structs§

ChildTask
A handle to a cFE child task.
TaskId
A type-safe, zero-cost wrapper for a cFE Task ID.
TaskInfo
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§

TaskEntryPoint
Type alias for a cFE child task entry point function.