1
0
forked from fsfw/fsfw

added periodic helper

This commit is contained in:
2020-09-19 02:46:29 +02:00
parent ba56f48e8e
commit 9ecbc8199e
7 changed files with 195 additions and 49 deletions

View File

@ -17,6 +17,9 @@ LocalPoolDataSetBase::LocalPoolDataSetBase(HasLocalDataPoolIF *hkOwner,
hkManager = hkOwner->getHkManagerHandle();
this->sid.objectId = hkOwner->getObjectId();
this->sid.ownerSetId = setId;
// Data creators get a periodic helper for periodic HK data generation.
periodicHelper = new PeriodicHousekeepingHelper(this);
}
LocalPoolDataSetBase::LocalPoolDataSetBase(sid_t sid,