VR-Link API Documentation for HLA 1516
hInterWDataDec.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 hInterWDataDec_H_
8 #define hInterWDataDec_H_
9 
10 #if DtHLA
11 
12 #include "interDecoder.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 

Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)