VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
beginAppearanceEffectInterEncoderHLA.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2025 MAK Technologies, Inc.
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 
19 
20 #define DtDECLARE_BAE_PARAM_ENCODER( paramName ) \
21  DtDECLARE_PARAM_ENCODER( DtBeginAppearanceEffectInter, paramName )
22 
23 #define DtDEFINE_SIMPLE_BAE_PARAM_ENCODER( paramName, netType, inspector ) \
24  DtDEFINE_SIMPLE_PARAM_ENCODER( DtBeginAppearanceEffectInterEncoder, DtBeginAppearanceEffectInter, \
25  paramName, netType, inspector )
26 
31 {
32 public:
33 
35  DtBeginAppearanceEffectInterEncoder( DtExerciseConn* exConn, DtInterClassDesc* classDesc );
36 
39 
41  virtual ~DtBeginAppearanceEffectInterEncoder() override;
42 
45 
46 protected:
47 
48  DtDECLARE_BAE_PARAM_ENCODER( AppearanceEffect );
50  DtDECLARE_BAE_PARAM_ENCODER( ExtendedData );
51 
53  static void encodeLinkName( const DtBeginAppearanceEffectInter& inter,
54  RTI::ParameterHandleValuePairSet* params, RTI::ParameterHandle paramHandle );
55 
57  static void encodeOverrideScale( const DtBeginAppearanceEffectInter& inter,
58  RTI::ParameterHandleValuePairSet* params, RTI::ParameterHandle paramHandle );
59 
61  static void encodeOverrideOffset( const DtBeginAppearanceEffectInter& inter,
62  RTI::ParameterHandleValuePairSet* params, RTI::ParameterHandle paramHandle );
63 
65  static void encodeOverrideDuration( const DtBeginAppearanceEffectInter& inter,
66  RTI::ParameterHandleValuePairSet* params, RTI::ParameterHandle paramHandle );
67 
68 };
69 
70 #endif // DtHLA
Instances of DtBeginAppearanceEffectInter are used to store state data for DIGuyInteraction.BeginAppearanceEffect interactions.
Definition: beginAppearanceEffectInterHLA.h:27
Instances of DtBeginAppearanceEffectInterEncoder are used to encode data from DtBeginAppearanceEffect...
Definition: beginAppearanceEffectInterEncoderHLA.h:30
Definition: targetConfigurationDialog.h:35
#define DtDECLARE_BAE_PARAM_ENCODER(paramName)
Definition: beginAppearanceEffectInterEncoderHLA.h:20
#define DT_DLL_vrfExtObjects
Definition: dllExport.h:23

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)