VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testInter/testEnc.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 TestEncoder_H_
8 #define TestEncoder_H_
9 
10 #if DtHLA
11 
12 #include <vl/interactionEncoder.h>
13 
15 class TestInteraction;
16 
19 
24 #define DtDECLARE_TEST_PARAM_ENCODER(paramName) \
25  DtDECLARE_PARAM_ENCODER(TestInteraction, paramName)
26 
37 #define DtDEFINE_SIMPLE_TEST_PARAM_ENCODER(paramName, netType, inspector) \
38  DtDEFINE_SIMPLE_PARAM_ENCODER(TestEncoder, TestInteraction, \
39  paramName, netType, inspector)
40 
44 {
45 public:
46 
49  DtInterClassDesc* classDesc);
50 
52  virtual ~TestEncoder();
53 
54 protected:
55 
62 
69 };
70 
71 #endif
72 #endif

Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)