1
0
forked from fsfw/fsfw

deleted command messge base

This commit is contained in:
2020-06-24 00:30:32 +02:00
parent 3bf29a7315
commit c7c49b4239
6 changed files with 5 additions and 151 deletions

View File

@ -8,7 +8,7 @@
#define MAKE_COMMAND_ID( number ) ((MESSAGE_ID << 8) + (number))
typedef uint16_t Command_t;
class CommandMessageIF: virtual public MessageQueueMessageIF {
class CommandMessageIF {
public:
/**
* Header consists of sender ID and command ID.