15 #include <vl/interactionDecoder.h>
17 #define DtDECLARE_SAE_PARAM_DECODER(paramName) \
18 DtDECLARE_PARAM_DECODER(DtStopAppearanceEffectInter, paramName)
20 #define DtDEFINE_SIMPLE_SAE_PARAM_DECODER(paramName, netType, mutator) \
21 DtDEFINE_SIMPLE_PARAM_DECODER(DtStopAppearanceEffectInterDecoder, DtStopAppearanceEffectInter, \
22 paramName, netType, mutator)
36 DtInterClassDesc* classDesc);
50 static void decodeAppearanceEffectName(
52 const RTI::ParameterHandleValuePairSet& params,
56 static void decodeLinkName(
58 const RTI::ParameterHandleValuePairSet& params,
62 static void decodeTarget(
64 const RTI::ParameterHandleValuePairSet& params,
67 static void *parameterData(
const RTI::ParameterHandleValuePairSet& params,
68 int pairSetIndex,
int desired_size,
const char *paramName);
Instances of DtStopAppearanceEffectInter are used to store state data for DIGuyInteraction.StopAppearanceEffect interactions.
Definition: stopAppearanceEffectInterHLA.h:27
Instances of DtStopAppearanceEffectInterDecoder are used to decode data from the network into DtStopA...
Definition: stopAppearanceEffectInterDecoderHLA.h:30
#define DT_DLL_vrfExtObjects
Definition: dllExport.h:23