1
0
forked from fsfw/fsfw

bugfix hk message size

This commit is contained in:
2020-06-17 20:21:49 +02:00
parent b68ad9e4f9
commit d5ae74f860
3 changed files with 5 additions and 5 deletions

View File

@ -36,8 +36,8 @@ union sid_t {
class HousekeepingMessage : public CommandMessageBase {
public:
static constexpr size_t HK_MESSAGE_SIZE = sizeof(MessageQueueId_t)
+ sizeof(Command_t) + sizeof(sid_t) * sizeof(uint32_t);
static constexpr size_t HK_MESSAGE_SIZE = CommandMessageIF::HEADER_SIZE +
sizeof(sid_t) + sizeof(uint32_t);
/**
* The HK message is initialized with a pointer to a message which holds