![]() |
VR-Forces Developer's Guide
|
Go to the source code of this file.
Classes | |
| class | DtRouteAction |
Namespaces | |
| DtBufferSerialize | |
Enumerations | |
| enum | DtRouteActionType { DtRouteActionType_NA = 0, DtRouteActionType_Task, DtRouteActionType_Set } |
Functions | |
| int | DtBufferSerialize::getSize (const DtRouteAction *const &dataPtr) |
| char * | DtBufferSerialize::encode (const DtRouteAction *const &dataPtr, char *buffer) |
| const char * | DtBufferSerialize::decode (DtRouteAction *&dataPtr, const char *buffer) |
| enum DtRouteActionType |
DtRouteAction is used in the move along with actions task.
DtRouteAction stores a DtSetDataRequest or a DtSimTask that is required to be executed during a move along task. A placement on the route marks when to execute the action: a whole number for waypoint index and a fraction for between waypoints, (e.g. 0.5: halfway between 1st and 2nd waypoints
| Enumerator | |
|---|---|
| DtRouteActionType_NA | |
| DtRouteActionType_Task | |
| DtRouteActionType_Set | |