14 #include <vl/interactionDecoder.h>
19 #define DtDECLARE_BAE_PARAM_DECODER(paramName) \
20 DtDECLARE_PARAM_DECODER(DtBeginAppearanceEffectInter, paramName)
22 #define DtDEFINE_SIMPLE_BAE_PARAM_DECODER(paramName, netType, mutator) \
23 DtDEFINE_SIMPLE_PARAM_DECODER(DtBeginAppearanceEffectInterDecoder, DtBeginAppearanceEffectInter, \
24 paramName, netType, mutator)
37 DtInterClassDesc* classDesc);
57 static void decodeTarget(
59 const RTI::ParameterHandleValuePairSet& params,
63 static void decodeLinkName(
65 const RTI::ParameterHandleValuePairSet& params,
69 static void decodeOverrideScale(
71 const RTI::ParameterHandleValuePairSet& params,
75 static void decodeOverrideOffset(
77 const RTI::ParameterHandleValuePairSet& params,
81 static void decodeOverrideDuration(
83 const RTI::ParameterHandleValuePairSet& params,
86 static void *parameterData(
const RTI::ParameterHandleValuePairSet& params,
87 int pairSetIndex,
int desired_size,
const char *paramName);
Instances of DtBeginAppearanceEffectInterDecoder are used to decode data from the network into DtBegi...
Definition: beginAppearanceEffectInterDecoderHLA.h:32
Instances of DtBeginAppearanceEffectInter are used to store state data for DIGuyInteraction.BeginAppearanceEffect interactions.
Definition: beginAppearanceEffectInterHLA.h:27
#define DtDECLARE_BAE_PARAM_DECODER(paramName)
Definition: beginAppearanceEffectInterDecoderHLA.h:19
#define DT_DLL_vrfExtObjects
Definition: dllExport.h:23