1 #ifndef CMR_ACTIONGROUP_H_INCLUDED
2 #define CMR_ACTIONGROUP_H_INCLUDED
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
#define CMREXD
Definition: Compiler.h:22
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