#include <corbo-core/factory.h>
#include <corbo-core/signal_target_interface.h>
#include <corbo-core/time.h>
#include <corbo-core/types.h>
#include <memory>
Go to the source code of this file.
Classes | |
class | corbo::ObserverInterface |
Interface class for observers. More... | |
Namespaces | |
corbo | |
Macros | |
#define | FACTORY_REGISTER_OBSERVER(type) FACTORY_REGISTER_OBJECT(type, ObserverInterface) |
Typedefs | |
using | corbo::ObserverFactory = Factory< ObserverInterface > |
#define FACTORY_REGISTER_OBSERVER | ( | type | ) | FACTORY_REGISTER_OBJECT(type, ObserverInterface) |
Definition at line 127 of file observer_interface.h.