use mediator to distribute messages via dispatch method

This commit is contained in:
2018-11-05 16:47:52 +01:00
parent 5415a0345e
commit bb81391d00
4 changed files with 47 additions and 16 deletions

View File

@@ -25,6 +25,8 @@ class Sprocket : public Mediator {
// => see difference between standalone and mesh sprochet usage of scheduler
Scheduler scheduler;
Network network;
private:
SprocketMessage currentMessage;
public:
SprocketConfig config;
std::vector<Plugin*> plugins;