VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
stopAppearanceEffectInterDecoderHLA.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2017 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
15 #include <vl/interactionDecoder.h>
16 
17 #define DtDECLARE_SAE_PARAM_DECODER(paramName) \
18  DtDECLARE_PARAM_DECODER(DtStopAppearanceEffectInter, paramName)
19 
20 #define DtDEFINE_SIMPLE_SAE_PARAM_DECODER(paramName, netType, mutator) \
21  DtDEFINE_SIMPLE_PARAM_DECODER(DtStopAppearanceEffectInterDecoder, DtStopAppearanceEffectInter, \
22  paramName, netType, mutator)
23 
25 
31 {
32 public:
33 
35  DtStopAppearanceEffectInterDecoder(DtExerciseConn* exConn,
36  DtInterClassDesc* classDesc);
37 
40 
43 
46 
47 protected:
48 
50  static void decodeAppearanceEffectName(
52  const RTI::ParameterHandleValuePairSet& params,
53  int pairSetIndex);
54 
56  static void decodeLinkName(
58  const RTI::ParameterHandleValuePairSet& params,
59  int pairSetIndex);
60 
62  static void decodeTarget(
64  const RTI::ParameterHandleValuePairSet& params,
65  int pairSetIndex);
66 
67  static void *parameterData(const RTI::ParameterHandleValuePairSet& params,
68  int pairSetIndex, int desired_size, const char *paramName);
69 };
70 
71 #endif
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

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)