#include <corbo-core/factory.h>
#include <corbo-core/time.h>
#include <corbo-core/types.h>
#include <memory>
Go to the source code of this file.
Classes | |
class | corbo::DisturbanceInterface |
Namespaces | |
corbo | |
Macros | |
#define | FACTORY_REGISTER_DISTURBANCE(type) FACTORY_REGISTER_OBJECT(type, DisturbanceInterface) |
Typedefs | |
using | corbo::DisturbanceFactory = Factory< DisturbanceInterface > |
#define FACTORY_REGISTER_DISTURBANCE | ( | type | ) | FACTORY_REGISTER_OBJECT(type, DisturbanceInterface) |
Definition at line 88 of file disturbance_interface.h.