Expand description
System-level queries, reset control, and startup synchronization.
Enums§
- Reset
Subtype - The specific cause of the most recent reset.
- Reset
Type - The type of reset the processor most recently underwent.
- System
State - The overall state of the cFE system, used for startup synchronization.
Functions§
- background_
wakeup - Wakes up the ES background task to process pending jobs.
- get_
processor_ id - Returns the cFE-defined processor ID for the current CPU.
- get_
reset_ type - Returns the type and subtype of the most recent processor reset.
- get_
spacecraft_ id - Returns the cFE-defined spacecraft ID.
- process_
async_ event - Notifies ES that an asynchronous event was detected by the underlying OS/PSP.
- reset_
cfe - Reset the cFE Core and all cFE Applications.
- wait_
for_ startup_ sync - Allows an application to wait until all cFE apps have reached
the
OPERATIONALstate. - wait_
for_ system_ state - Allows an application to wait until the cFE system reaches a minimum state.