![]() |
VR-Forces 4.6 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | DtPlanStatus |
| Small container class that holds the status of a running DtPlan. More... | |
| class | DtPlan |
| class DtPlan: More... | |
Namespaces | |
| namespace | DtBufferSerialize |
| This namespace contains a set of utility functions for encoding and decoding various data types to/from a byte array. | |
Typedefs | |
| typedef void(* | DtCurrentStatementChangedCallbackFcn )(const DtPlan &plan, 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) |
| Encodes the specified plan into the specified character array. | |
| DT_DLL_vrfplan const char * | DtBufferSerialize::decode (DtPlan &adminContentPtr, const char *buffer) |
| Decodes the buffer into the plan. | |
| typedef void(* DtCurrentStatementChangedCallbackFcn)(const DtPlan &plan, 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) |