#include <corbo-core/global.h>
#include <corbo-core/signal_target_interface.h>
#include <corbo-tasks/environment.h>
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
class | corbo::TaskInterface |
Interface class for tasks. More... | |
Namespaces | |
corbo | |
Macros | |
#define | FACTORY_REGISTER_TASK(type) FACTORY_REGISTER_OBJECT(type, TaskInterface) |
Typedefs | |
using | corbo::TaskFactory = Factory< TaskInterface > |
#define FACTORY_REGISTER_TASK | ( | type | ) | FACTORY_REGISTER_OBJECT(type, TaskInterface) |
Definition at line 139 of file task_interface.h.