WindhoverLabs / airliner

7 stars 3 forks source link

CF App, Sent wrong Event type when sending CFDP_ENGINE_INFO Event #298

Open ynielson opened 1 year ago

ynielson commented 1 year ago

The Callback function to send information event, CF_InfoEvent(), sent wrong event type when sending out event. It looks like this callback function is intended to send All CF_CFDP_ENGINE_INFO_EID, but the event type was CFE_EVS_DEBUG instead of CFE_EVS_INFORMATION.

While the callback function to send debug event, CF_DebugEvent(), sent event type, CFE_EVS_DEBUG, And the callback function to send error event, CF_ErrorEvent(), sent event type, CFE_EVS_ERROR.