Expand description
Event generation and management APIs.
Structs§
- BinFilter
- A binary event filter for controlling event reporting.
Enums§
- Event
Type - The type of a cFE event message, indicating its severity.
Functions§
- critical
- Sends a critical-level software event.
- debug
- Sends a debug-level software event.
- error
- Sends an error-level software event.
- info
- Sends an info-level software event.
- register
- Registers the calling application with the Event Services. Must be called before sending events.
- reset_
all_ filters - Resets all event filters for the calling application.
- reset_
filter - Resets the filter for a single event ID for the calling application.
- send
- Sends a formatted software event.
- send_
timed_ event - Sends a formatted software event with a specific time tag.