1
0
forked from fsfw/fsfw

extended controller base

This commit is contained in:
2021-02-03 22:23:31 +01:00
parent f7c1aae464
commit 255d4a90a9
3 changed files with 7 additions and 3 deletions

View File

@ -22,6 +22,7 @@ class ExtendedControllerBase: public ControllerBase,
public:
ExtendedControllerBase(object_id_t objectId, object_id_t parentId,
size_t commandQueueDepth = 3);
virtual ~ExtendedControllerBase();
/** SystemObjectIF overrides */
virtual ReturnValue_t initialize() override;