updated core controller

This commit is contained in:
2021-07-08 12:07:39 +02:00
committed by Robin Mueller
parent e5c3e2da53
commit 1312fe2369
4 changed files with 51 additions and 9 deletions

View File

@ -7,6 +7,8 @@ class CoreController: public ExtendedControllerBase {
public:
CoreController(object_id_t objectId);
ReturnValue_t initialize() override;
ReturnValue_t handleCommandMessage(CommandMessage *message) override;
void performControlOperation() override;
private: