|  | 
| 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 97 of file PlanningUtil.cpp.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 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 69 of file PlanningUtil.cpp.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| std::string toString | ( | Status | status | ) | 
Returns the given task status as a string.
| status | The status to return as a string. | 
Definition at line 31 of file PlanningUtil.cpp.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 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 186 of file PlanningUtil.cpp.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 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 126 of file PlanningUtil.cpp.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 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 156 of file PlanningUtil.cpp.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function: