External Code Interface (ECI)
 All Data Structures Files Functions Variables Typedefs Groups Pages
eci_app_cfg.h
Go to the documentation of this file.
1 
7 #ifndef ECI_APP_CFG_H
8 #define ECI_APP_CFG_H
9 
10 #include "cfe.h"
11 
20 #define PARAM_TBL_PATH_PREFIX "/cf/"
21 
22 #define STATE_TBL_PATH_PREFIX "/cf/"
23 
30 #define ECI_STARTUP_SYNC_TIMEOUT 65535
31 
35 #define ECI_NO_DATA_CMD_MSG_LENGTH CFE_SB_CMD_HDR_SIZE
36 
37 #define ECI_FUNC_CODE_START 100
38 
39 #define ECI_FUNC_CODE_END 110
40 
41 #define ECI_CMD_MSG_QUEUE_SIZE 25
42 
43 #define ECI_MAX_CMD_SEQUENCE_NUMBER 16383
44 
46 #endif /* ECI_APP_CFG_H */