mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-16 05:24:30 +01:00
use mediator for internal messaging
This commit is contained in:
@@ -18,7 +18,7 @@ using namespace std::placeholders;
|
||||
// FIXME move to some global fnc lib
|
||||
#define ARRAY_LENGTH(array) sizeof(array)/sizeof(array[0])
|
||||
|
||||
class Sprocket {
|
||||
class Sprocket : public Mediator {
|
||||
protected:
|
||||
Scheduler scheduler;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user