1
0
forked from fsfw/fsfw

form improvements

This commit is contained in:
2020-08-25 18:09:05 +02:00
parent 6afbeb8423
commit da3b2b2500
11 changed files with 125 additions and 157 deletions

View File

@ -1,8 +1,8 @@
#ifndef FRAMEWORK_IPC_COMMANDMESSAGEIF_H_
#define FRAMEWORK_IPC_COMMANDMESSAGEIF_H_
#ifndef FSFW_IPC_COMMANDMESSAGEIF_H_
#define FSFW_IPC_COMMANDMESSAGEIF_H_
#include "../ipc/MessageQueueMessageIF.h"
#include "../ipc/FwMessageTypes.h"
#include "MessageQueueMessageIF.h"
#include "FwMessageTypes.h"
#include "../returnvalues/HasReturnvaluesIF.h"
#define MAKE_COMMAND_ID( number ) ((MESSAGE_ID << 8) + (number))
@ -70,4 +70,4 @@ public:
};
#endif /* FRAMEWORK_IPC_COMMANDMESSAGEIF_H_ */
#endif /* FSFW_IPC_COMMANDMESSAGEIF_H_ */