packages feed

ogma-core-1.15.0: templates/cfs/copilot/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
#define COPILOT_CR_PIPE_ERR_EID             6
#define COPILOT_CR_SUB_ERR_EID              7

#endif /* _copilot_app_events_h_ */

/************************/
/*  End of File Comment */
/************************/