VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testInter/testDec.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #ifndef TestDecoder_H_
8 #define TestDecoder_H_
9 
10 #if DtHLA
11 
12 #include <vl/interactionDecoder.h>
13 
15 class TestInteraction;
16 
19 
23 #define DtDECLARE_TEST_PARAM_DECODER(paramName) \
24  DtDECLARE_PARAM_DECODER(TestInteraction, paramName)
25 
33 #define DtDEFINE_SIMPLE_TEST_PARAM_DECODER(paramName, netType, mutator) \
34  DtDEFINE_SIMPLE_PARAM_DECODER(TestDecoder, TestInteraction, \
35  paramName, netType, mutator)
36 
42 #define DtDEFINE_SIMPLE_TEST_PARAM_DECODER_WITH_CAST( \
43  paramName, netType, mutator, castExpr) \
44  DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
45  TestDecoder, TestInteraction, \
46  paramName, netType, mutator, castExpr)
47 
52 {
53 public:
54 
57  DtInterClassDesc* classDesc);
58 
60  virtual ~TestDecoder();
61 
62 protected:
63 
69 
75 };
76 
77 #endif
78 #endif

Document ID: Generated on Mon Feb 6 18:36:34 EST 2017 from SVN revision 173107
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)