1 #ifndef CMR_ACTIONGROUP_H_INCLUDED
2 #define CMR_ACTIONGROUP_H_INCLUDED
4 #include "commore/Action.h"
5 #include "commore/List.h"
36 void stop(
Processor& processor,
bool wait =
true);
37 void abort(
Processor& processor,
bool wait =
true);
47 int wait(
Processor& processor,
const int timeout_ms = 0);
60 #endif //CMR_ACTIONGROUP_H_INCLUDED
Definition: ActionGroup.h:12
AutoRef is a smart pointer on RefObject objects. AutoRef is templatized with the type of the pointed ...
Definition: AutoRef.h:86
Definition: Processor.h:16