28 std::map<id_type, Variable*> _map{};
46 TFifoClass<Data> _fifo{1000};
Sync provides a system-independent interface to build classes that act like monitors,...
Definition Sync.h:56
Definition VariableCollector.h:14
~VariableCollector() override
void variableEventHandler(VariableTypes::EEvent event, const Variable &caller, Variable &link, bool same_inst) override
Pure virtual function which must be implemented when used in a polymorphic setting.
Base class used for giving a Variable instance access to a member functions of a derived class....
Definition VariableHandler.h:14
EEvent
Events sent to the handler set with Variable::setHandler. For broadcast events the variable paramet...
Definition VariableTypes.h:129
Class for creating and referencing global or local created parameters or settings called variables....
Definition Variable.h:16
Definition Application.h:10