1
0
forked from fsfw/fsfw

getter function for object iD

This commit is contained in:
2021-01-11 16:33:02 +01:00
parent af7def3368
commit 5e251705f6
2 changed files with 24 additions and 7 deletions

View File

@ -145,6 +145,7 @@ public:
void setChanged(bool changed) override;
bool hasChanged() const override;
object_id_t getCreatorObjectId(object_id_t objectId);
protected:
sid_t sid;
//! This mutex is used if the data is created by one object only.
@ -211,6 +212,7 @@ protected:
bool bitGetter(const uint8_t* byte, uint8_t position) const;
PeriodicHousekeepingHelper* periodicHelper = nullptr;
LocalDataPoolManager* hkManager = nullptr;
};