40 #include "../Activity.hpp" 47 static GlobalEngine* mengine = 0;
49 GlobalEngine::GlobalEngine(
int scheduler,
int priority,
unsigned cpu_affinity)
50 : mact( new Activity( scheduler, priority, 0, cpu_affinity, this,
"GlobalEngine") )
55 GlobalEngine::~GlobalEngine()
63 mengine =
new GlobalEngine(scheduler, priority, cpu_affinity);
An execution engine serialises (executes one after the other) the execution of all commands...
static RTT_API ExecutionEngine * Instance()
This is an overloaded member function, provided for convenience. It differs from the above function o...
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
static RTT_API void Release()
A process-wide execution engine that processes every asynchronous operation that is not being process...