VR-Forces 4.6.1 Class Documentation
 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

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)