15 #include <vl/interactionDecoder.h>
17 #define DtDECLARE_EG_PARAM_DECODER(paramName) \
18 DtDECLARE_PARAM_DECODER(DtEndGestureInter, paramName)
20 #define DtDEFINE_SIMPLE_EG_PARAM_DECODER(paramName, netType, mutator) \
21 DtDEFINE_SIMPLE_PARAM_DECODER(DtEndGestureInterDecoder, DtEndGestureInter, \
22 paramName, netType, mutator)
35 DtInterClassDesc* classDesc);
49 static void decodeTarget(
51 const RTI::ParameterHandleValuePairSet& params,
55 static void decodeGestureName(
57 const RTI::ParameterHandleValuePairSet& params,
61 static void decodeRampdownTime(
63 const RTI::ParameterHandleValuePairSet& params,
66 static void *parameterData(
const RTI::ParameterHandleValuePairSet& params,
67 int pairSetIndex,
int desired_size,
const char *paramName);
Instances of DtEndGestureInter are used to store state data for DIGuyInteraction.EndGesture interacti...
Definition: endGestureInterHLA.h:27
Instances of DtEndGestureInterDecoder are used to decode data from the network into DtEndGestureInter...
Definition: endGestureInterDecoderHLA.h:30
#define DT_DLL_vrfExtObjects
Definition: dllExport.h:23