Skip to main content

Module event

Module event 

Source
Expand description

Event generation and management APIs.

Structs§

BinFilter
A binary event filter for controlling event reporting.

Enums§

EventType
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.