VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
beginAppearanceEffectInterDecoderHLA.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 
14 #include <vl/interactionDecoder.h>
16 
17 #define STUPID_HAM
18 
19 #define DtDECLARE_BAE_PARAM_DECODER(paramName) \
20  DtDECLARE_PARAM_DECODER(DtBeginAppearanceEffectInter, paramName)
21 
22 #define DtDEFINE_SIMPLE_BAE_PARAM_DECODER(paramName, netType, mutator) \
23  DtDEFINE_SIMPLE_PARAM_DECODER(DtBeginAppearanceEffectInterDecoder, DtBeginAppearanceEffectInter, \
24  paramName, netType, mutator)
25 
27 
33 {
34 public:
36  DtBeginAppearanceEffectInterDecoder(DtExerciseConn* exConn,
37  DtInterClassDesc* classDesc);
38 
41 
44 
47 
48 protected:
49 
50  // Produces decodeAppearanceEffect()
51  DtDECLARE_BAE_PARAM_DECODER(AppearanceEffect);
52 
53  // Produces decodeExtendedData()
54  DtDECLARE_BAE_PARAM_DECODER(ExtendedData);
55 
57  static void decodeTarget(
59  const RTI::ParameterHandleValuePairSet& params,
60  int pairSetIndex);
61 
63  static void decodeLinkName(
65  const RTI::ParameterHandleValuePairSet& params,
66  int pairSetIndex);
67 
69  static void decodeOverrideScale(
71  const RTI::ParameterHandleValuePairSet& params,
72  int pairSetIndex);
73 
75  static void decodeOverrideOffset(
77  const RTI::ParameterHandleValuePairSet& params,
78  int pairSetIndex);
79 
81  static void decodeOverrideDuration(
83  const RTI::ParameterHandleValuePairSet& params,
84  int pairSetIndex);
85 
86  static void *parameterData(const RTI::ParameterHandleValuePairSet& params,
87  int pairSetIndex, int desired_size, const char *paramName);
88 
89 };
90 
91 #endif // DtHLA
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

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)