updating code from Flying Laptop
This is the framework of Flying Laptop OBSW version A.13.0.
This commit is contained in:
21
ipc/FwMessageTypes.h
Normal file
21
ipc/FwMessageTypes.h
Normal file
@ -0,0 +1,21 @@
|
||||
#ifndef FRAMEWORK_IPC_FWMESSAGETYPES_H_
|
||||
#define FRAMEWORK_IPC_FWMESSAGETYPES_H_
|
||||
|
||||
namespace MESSAGE_TYPE {
|
||||
//Remember to add new Message Types to the clearCommandMessage function!
|
||||
enum FW_MESSAGE_TYPE {
|
||||
COMMAND = 0,
|
||||
MODE_COMMAND,
|
||||
HEALTH_COMMAND,
|
||||
MODE_SEQUENCE,
|
||||
ACTION,
|
||||
TM_STORE,
|
||||
DEVICE_HANDLER_COMMAND,
|
||||
MONITORING,
|
||||
MEMORY,
|
||||
PARAMETER,
|
||||
FW_MESSAGES_COUNT
|
||||
};
|
||||
}
|
||||
|
||||
#endif /* FRAMEWORK_IPC_FWMESSAGETYPES_H_ */
|
Reference in New Issue
Block a user