VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
interactionWithDataDecoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2012 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #ifndef interactionWithDataDecoder_H_
8 #define interactionWithDataDecoder_H_
9 
10 #if DtHLA
11 
12 #include "interactionDecoder.h"
13 
17 
19 
22 #define DtDECLARE_INTERWDATA_PARAM_DECODER(paramName) \
23  DtDECLARE_PARAM_DECODER(DtInteractionWithData, paramName)
24 
30 {
31 public:
32 
35  DtInterClassDesc* classDesc, bool containsFixedDatums = true);
36 
39 
42 
45 
46 protected:
47 
50  DtDECLARE_INTERWDATA_PARAM_DECODER(VariableDatumSet);
51 
52  static void decodeVariableDatumSet_2_d_14(
53  DtInteractionWithData* inter,
55  int index);
56 
57  static void decodeVariableDatumSet_2_d_17(
58  DtInteractionWithData* inter,
60  int index);
61 };
62 
63 #endif
64 #endif
65 
#define DtDECLARE_INTERWDATA_PARAM_DECODER(paramName)
This can be used to declare parameter processor functions which are static members of a class...
Definition: interactionWithDataDecoder.h:22
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
class DtInteractionWithData:
Definition: interactionWithData.h:29
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
This file contains the declaration of DtInteractionDecoder.
class DtInteractionWithDataDecoder:
Definition: interactionWithDataDecoder.h:29
DtInteractionDecoder & operator=(const DtInteractionDecoder &orig)
assignment operator - not implemented.
Instances of DtInteractionDecoder are used to decode interactions from the network.
Definition: interactionDecoder.h:37
Used to provide backwards compatibility for VR-Link Encoders and Decoders who use either AttributeHan...
Definition: rtiCompatibility.h:154

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)