1
0
forked from fsfw/fsfw

important bugfixes

This commit is contained in:
2020-09-28 22:38:36 +02:00
parent e48dbb8797
commit 7e9d095ed1
4 changed files with 21 additions and 3 deletions

View File

@ -46,6 +46,7 @@ public:
virtual LocalPoolDataSetBase* getDataSetHandle(sid_t sid) override;
virtual ReturnValue_t initialize() override;
virtual ReturnValue_t initializeAfterTaskCreation() override;
virtual ReturnValue_t performOperation(uint8_t opCode) override;
virtual void queueMessageNotSent();