1
0
forked from fsfw/fsfw

cleaning up

This commit is contained in:
2021-01-11 22:25:39 +01:00
parent 065f79615a
commit a8873e608c
9 changed files with 8 additions and 34 deletions

View File

@ -46,7 +46,7 @@ public:
virtual LocalDataPoolManager* getHkManagerHandle() override;
virtual dur_millis_t getPeriodicOperationFrequency() const override;
virtual LocalPoolDataSetBase* getDataSetHandle(sid_t sid) override;
ProvidesDataPoolSubscriptionIF* getSubsciptionInterface() override;
ProvidesDataPoolSubscriptionIF* getSubscriptionInterface() override;
virtual ReturnValue_t initialize() override;
virtual ReturnValue_t initializeAfterTaskCreation() override;