The reported execution status. More...
#include <controller_manager.h>
Public Types | |
| enum | Value { UNKNOWN, RUNNING, SUCCEEDED, PREEMPTED, TIMED_OUT, ABORTED, FAILED } |
Public Member Functions | |
| std::string | asString () const |
| Convert the execution status to a string. More... | |
| ExecutionStatus (Value value=UNKNOWN) | |
| operator bool () const | |
| operator Value () const | |
Private Attributes | |
| Value | status_ |
The reported execution status.
Definition at line 80 of file controller_manager.h.
| Enumerator | |
|---|---|
| UNKNOWN | |
| RUNNING | |
| SUCCEEDED | |
| PREEMPTED | |
| TIMED_OUT | |
| ABORTED | |
| FAILED | |
Definition at line 114 of file controller_manager.h.
Definition at line 125 of file controller_manager.h.
|
inline |
Convert the execution status to a string.
Definition at line 140 of file controller_manager.h.
|
inlineexplicit |
Definition at line 134 of file controller_manager.h.
|
inline |
Definition at line 129 of file controller_manager.h.
|
private |
Definition at line 162 of file controller_manager.h.