1
0
forked from fsfw/fsfw

added gp_id_t

This commit is contained in:
2020-11-30 13:45:08 +01:00
parent fa4597782e
commit b7945dfe60
2 changed files with 45 additions and 2 deletions

View File

@ -43,7 +43,8 @@ public:
virtual~ HasLocalDataPoolIF() {};
static constexpr uint8_t INTERFACE_ID = CLASS_ID::LOCAL_POOL_OWNER_IF;
static constexpr lp_id_t NO_POOL_ID = 0xffffffff;
static constexpr uint32_t INVALID_LPID = localpool::INVALID_LPID;
virtual object_id_t getObjectId() const = 0;