VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
stopAppearanceEffectInterEncoderHLA.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/interactionEncoder.h>
16 #include <vlutil/vlString.h>
17 
18 #define DtDECLARE_SAE_PARAM_ENCODER( paramName ) \
19  DtDECLARE_PARAM_ENCODER( DtStopAppearanceEffectInter, paramName )
20 
21 #define DtDEFINE_SIMPLE_SAE_PARAM_ENCODER( paramName, netType, inspector ) \
22  DtDEFINE_SIMPLE_PARAM_ENCODER( DtStopAppearanceEffectInterEncoder, DtStopAppearanceEffectInter, \
23  paramName, netType, inspector )
24 
26 
31 {
32 public:
33 
35  DtStopAppearanceEffectInterEncoder( DtExerciseConn* exConn, DtInterClassDesc* classDesc );
36 
39 
42 
45 
46 protected:
47 
49  static void encodeAppearanceEffectName( const DtStopAppearanceEffectInter& inter,
50  RTI::ParameterHandleValuePairSet* params, RTI::ParameterHandle paramHandle );
51 
53  static void encodeTarget( const DtStopAppearanceEffectInter& inter,
54  RTI::ParameterHandleValuePairSet* params, RTI::ParameterHandle paramHandle );
55 
57  static void encodeLinkName( const DtStopAppearanceEffectInter& inter,
58  RTI::ParameterHandleValuePairSet* params, RTI::ParameterHandle paramHandle );
59 
60 };
61 
62 #endif // DtHLA
Instances of DtStopAppearanceEffectInterEncoder are used to encode data from DtStopAppearanceEffectIn...
Definition: stopAppearanceEffectInterEncoderHLA.h:30
Instances of DtStopAppearanceEffectInter are used to store state data for DIGuyInteraction.StopAppearanceEffect interactions.
Definition: stopAppearanceEffectInterHLA.h:27
#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)