![]() |
VR-Forces Developer's Guide
|
Go to the source code of this file.
Classes | |
| class | DtPlanStatus |
| class | DtPlan |
Namespaces | |
| DtBufferSerialize | |
Typedefs | |
| typedef void(* | DtCurrentStatementChangedCallbackFcn )(const DtPlan &plan, void *usr) |
| typedef void(* | DtStmtTickCallbackFcn )(DtPlan &plan, void *usr) |
| typedef void(* | DtSkipTaskCallbackFcn )(void *usr) |
| typedef void(* | DtPlanCallbackFcn )(const DtUUID &name, const std::vector< DtSimStatement * > &statements, bool append, void *usr) |
| typedef void(* | DtPlanStatementCallbackFcn )(const DtUUID &name, DtPlanStatus planStatus, void *usr) |
| typedef void(* | DtPlanCompleteCallbackFcn )(const DtUUID &name, void *usr) |
| typedef void(* | DtMultiplePlanRequestCallbackFcn )(DtIfMultiplePlanResponse *, void *usr) |
Functions | |
| DT_DLL_vrfplan int | DtBufferSerialize::getSize (const DtPlan &contentPtr) |
| DT_DLL_vrfplan char * | DtBufferSerialize::encode (const DtPlan &adminContentPtr, char *buffer) |
| DT_DLL_vrfplan const char * | DtBufferSerialize::decode (DtPlan &adminContentPtr, const char *buffer) |
| typedef void(* DtCurrentStatementChangedCallbackFcn)(const DtPlan &plan, void *usr) |
| typedef void(* DtStmtTickCallbackFcn)(DtPlan &plan, void *usr) |
| typedef void(* DtSkipTaskCallbackFcn)(void *usr) |
| typedef void(* DtPlanCallbackFcn)(const DtUUID &name, const std::vector< DtSimStatement * > &statements, bool append, void *usr) |
| typedef void(* DtPlanStatementCallbackFcn)(const DtUUID &name, DtPlanStatus planStatus, void *usr) |
| typedef void(* DtPlanCompleteCallbackFcn)(const DtUUID &name, void *usr) |
| typedef void(* DtMultiplePlanRequestCallbackFcn)(DtIfMultiplePlanResponse *, void *usr) |