1
0
forked from fsfw/fsfw

hk messages are cleared properly now

This commit is contained in:
2020-09-28 22:46:18 +02:00
parent 7e9d095ed1
commit 1d972fcbef
3 changed files with 25 additions and 1 deletions

View File

@ -142,6 +142,7 @@ public:
static sid_t getCollectionIntervalModificationCommand(
const CommandMessage* command, float* newCollectionInterval);
static void clear(CommandMessage* message);
private:
static void setSid(CommandMessage* message, sid_t sid);
};