File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11# es-delete-app.sh : This script will call the cmdUtil program with a command packet to the
2- # ES cFE application. It will tell ES to delete the TO App . It is defaulting to the localhost.
2+ # ES cFE application. It will tell ES to delete the named . It is defaulting to the localhost.
33./cmdUtil --pktid=0x1806 --cmdcode=5 --string=" 20:ES_APP"
Original file line number Diff line number Diff line change 1+ # Command to start the test application
2+ # CFE_ES_START_APP_CC = 4
3+ #
4+ # typedef struct CFE_ES_StartAppCmd_Payload
5+ # {
6+ # char Application[CFE_MISSION_MAX_API_LEN]; //CFE_MISSION_MAX_API_LEN = 20
7+ # char AppEntryPoint[CFE_MISSION_MAX_API_LEN];
8+ # char AppFileName[CFE_MISSION_MAX_PATH_LEN]; //CFE_MISSION_MAX_PATH_LEN = 64
9+ # CFE_ES_MemOffset_t StackSize; //uint32
10+ # CFE_ES_ExceptionAction_Enum_t ExceptionAction; //uint8
11+ # undocumented SPARE uint8
12+ # CFE_ES_TaskPriority_Atom_t Priority; //uint16
13+ # } CFE_ES_StartAppCmd_Payload_t;
14+
15+ ./cmdUtil --pktid=0x1806 --cmdcode=4 --endian=LE --string=" 20:CFE_TEST_APP" --string=" 20:CFE_TestMain" \
16+ --string=" 64:cfe_testcase" --uint32=16384 --uint8=0 --uint8=0 --uint16=100
You can’t perform that action at this time.
0 commit comments