#include <corbo-core/factory.h>
#include <corbo-core/signal_target_interface.h>
#include <corbo-core/types.h>
#include <memory>
Go to the source code of this file.
Classes | |
class | corbo::PlantInterface |
Interface class for plants. More... | |
Namespaces | |
corbo | |
Macros | |
#define | FACTORY_REGISTER_PLANT(type) FACTORY_REGISTER_OBJECT(type, PlantInterface) |
Typedefs | |
using | corbo::PlantFactory = Factory< PlantInterface > |
#define FACTORY_REGISTER_PLANT | ( | type | ) | FACTORY_REGISTER_OBJECT(type, PlantInterface) |
Definition at line 175 of file plant_interface.h.