#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::SystemDynamicsInterface |
Interface class for system dynamic equations. More... | |
Namespaces | |
corbo | |
Macros | |
#define | FACTORY_REGISTER_SYSTEM_DYNAMICS(type) FACTORY_REGISTER_OBJECT(type, SystemDynamicsInterface) |
Typedefs | |
using | corbo::SystemDynamicsFactory = Factory< SystemDynamicsInterface > |
#define FACTORY_REGISTER_SYSTEM_DYNAMICS | ( | type | ) | FACTORY_REGISTER_OBJECT(type, SystemDynamicsInterface) |
Definition at line 202 of file system_dynamics_interface.h.