You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
With the expansion of the CFE_EVS_EventType_* constants as part of CFE_EVS_SendEvent(), it got me thinking that we have a lot of extraneous typing when there's only four types of events. What about adding wrapper macros/functions that have the "EventType" as part of the function name? I also recommend both long and short versions, such as CFE_EVS_SendCrit() and CFE_EVS_SendCritical().
Is your feature request related to a problem? Please describe.
With the expansion of the
CFE_EVS_EventType_*
constants as part ofCFE_EVS_SendEvent()
, it got me thinking that we have a lot of extraneous typing when there's only four types of events. What about adding wrapper macros/functions that have the "EventType" as part of the function name? I also recommend both long and short versions, such asCFE_EVS_SendCrit()
andCFE_EVS_SendCritical()
.So, for example:
becomes
Requester Info
Christopher.D.Knight@nasa.gov
The text was updated successfully, but these errors were encountered: