![]() |
VR-Forces 4.6.1 Class Documentation
|
Structure holding the current task information for one of the current tasks for an entity. More...
Public Member Functions | |
| DtCurrentTaskData () | |
| DtCurrentTaskData (const DtCurrentTaskData &orig) | |
Public Attributes | |
| DtSimTask * | task |
| The task that is being executed. | |
| int | taskId |
| DtString | controller |
| std::list< DtCurrentTaskData > | subtasks |
| int | status |
| The status of the task can be: 1 - Active 2 - Suspended 3 - Enabled to checking for reaction (if reactive task) | |
| std::vector< DtSimTaskMessageType > | conflictingTaskIds |
| The task types of all the tasks that conflict with the task. | |
Structure holding the current task information for one of the current tasks for an entity.
|
inline |
|
inline |
| DtSimTask* DtCurrentTaskData::task |
The task that is being executed.
| int DtCurrentTaskData::taskId |
| DtString DtCurrentTaskData::controller |
| std::list<DtCurrentTaskData> DtCurrentTaskData::subtasks |
| int DtCurrentTaskData::status |
The status of the task can be: 1 - Active 2 - Suspended 3 - Enabled to checking for reaction (if reactive task)
| std::vector<DtSimTaskMessageType> DtCurrentTaskData::conflictingTaskIds |
The task types of all the tasks that conflict with the task.