VR-Forces 4.1.1 Class Documentation
Classes | Namespaces | Typedefs | Functions
plan.h File Reference

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 DtString &name, const DtList &statements, bool append, void *usr)
typedef void(* DtPlanStatementCallbackFcn )(const DtString &name, DtPlanStatus planStatus, void *usr)
typedef void(* DtPlanCompleteCallbackFcn )(const DtString &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.

Detailed Description

Typedef Documentation

typedef void(* DtCurrentStatementChangedCallbackFcn)(const DtPlan &plan, void *usr)
typedef void(* DtPlanCallbackFcn)(const DtString &name, const DtList &statements, bool append, void *usr)
typedef void(* DtPlanStatementCallbackFcn)(const DtString &name, DtPlanStatus planStatus, void *usr)
typedef void(* DtPlanCompleteCallbackFcn)(const DtString &name, void *usr)
typedef void(* DtMultiplePlanRequestCallbackFcn)(DtIfMultiplePlanResponse *, void *usr)

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)