ogma-core-1.0.6: templates/copilot-cfs/fsw/src/copilot_cfs_events.h
/************************************************************************
** File:
** copilot_app_events.h
**
** Purpose:
** Define COPILOT App Events IDs
**
** Notes:
**
**
*************************************************************************/
#ifndef _copilot_app_events_h_
#define _copilot_app_events_h_
#define COPILOT_RESERVED_EID 0
#define COPILOT_STARTUP_INF_EID 1
#define COPILOT_COMMAND_ERR_EID 2
#define COPILOT_COMMANDCPVIOL_INF_EID 3
#define COPILOT_INVALID_MSGID_ERR_EID 4
#define COPILOT_LEN_ERR_EID 5
#endif /* _copilot_app_events_h_ */
/************************/
/* End of File Comment */
/************************/