#include <corbo-core/common_signal_target.h>
#include <corbo-core/factory.h>
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
class | corbo::DataExporterInterface |
Interface class for exporting signals. More... | |
Namespaces | |
corbo | |
Macros | |
#define | FACTORY_REGISTER_DATA_EXPORTER(type) FACTORY_REGISTER_OBJECT(type, DataExporterInterface) |
Typedefs | |
using | corbo::DataExporterFactory = Factory< DataExporterInterface > |
#define FACTORY_REGISTER_DATA_EXPORTER | ( | type | ) | FACTORY_REGISTER_OBJECT(type, DataExporterInterface) |
Definition at line 82 of file data_exporter_interface.h.