1
0
forked from fsfw/fsfw

cotinued distir datapool

This commit is contained in:
2020-07-16 11:45:23 +02:00
parent e5ab7ada68
commit a0b8f8855c
8 changed files with 48 additions and 10 deletions

View File

@ -41,6 +41,7 @@ public:
virtual~ HasLocalDataPoolIF() {};
static constexpr uint8_t INTERFACE_ID = CLASS_ID::LOCAL_POOL_OWNER_IF;
static constexpr lp_id_t NO_POOL_ID = 0xffffffff;
/** Command queue for housekeeping messages. */
virtual MessageQueueId_t getCommandQueue() const = 0;