![]() |
DUNE: Uniform Navigational Environment
2016.09.0
|
Public Member Functions | |
Process (void) | |
virtual | ~Process (void) |
![]() | |
Runnable (void) | |
virtual | ~Runnable (void) |
void | start (void) |
void | stop (void) |
void | join (void) |
void | stopAndJoin (void) |
void | setPriority (Scheduler::Policy policy, unsigned priority) |
unsigned | getPriority (void) |
State | getState (void) |
bool | isCreated (void) |
bool | isStopping (void) |
bool | isRunning (void) |
bool | isStarting (void) |
bool | isDead (void) |
Additional Inherited Members | |
![]() | |
enum | State { StateStarting, StateRunning, StateStopping, StateDead, StateUnknown } |
![]() | |
virtual void | run (void)=0 |
virtual unsigned | getPriorityImpl (void)=0 |
DUNE::Concurrency::Process::Process | ( | void | ) |
|
virtual |