|
Functions | |
bool | finishedRunning (Status status) |
Returns whether the given task status describes a state where planning is done (may be failed). More... | |
bool | isRunning (Status status) |
Returns whether the given task status describes a state where a path is planned. More... | |
std::string | toString (Status status) |
Returns the given task status as a string. More... | |
Status | transitionAtDone (Status status) |
Performs a transition from the given to the appropiate following status in case the task is done. More... | |
Status | transitionAtKill (Status status) |
Performs a transition from the given to the appropiate following status in case of a task kill. More... | |
Status | transitionAtOutoftime (Status status) |
Performs a transition from the given to the appropiate following status in case of the task failing. More... | |
bool finishedRunning | ( | Status | status | ) |
Returns whether the given task status describes a state where planning is done (may be failed).
status | The status to check. |
Definition at line 94 of file PlanningUtil.cpp.
bool isRunning | ( | Status | status | ) |
Returns whether the given task status describes a state where a path is planned.
status | The status to check. |
Definition at line 67 of file PlanningUtil.cpp.
std::string toString | ( | Status | status | ) |
Returns the given task status as a string.
status | The status to return as a string. |
Definition at line 30 of file PlanningUtil.cpp.
Status transitionAtDone | ( | Status | status | ) |
Performs a transition from the given to the appropiate following status in case the task is done.
status | The source status for the transition. |
Definition at line 178 of file PlanningUtil.cpp.
Status transitionAtKill | ( | Status | status | ) |
Performs a transition from the given to the appropiate following status in case of a task kill.
status | The source status for the transition. |
Definition at line 122 of file PlanningUtil.cpp.
Status transitionAtOutoftime | ( | Status | status | ) |
Performs a transition from the given to the appropiate following status in case of the task failing.
status | The source status for the transition. |
Definition at line 150 of file PlanningUtil.cpp.