VR-Link API Documentation for DIS
 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 
43 class TestEncoder : public DtInteractionEncoder
44 {
45 public:
46 
48  TestEncoder(DtExerciseConn* exConn,
49  DtInterClassDesc* classDesc);
50 
52  virtual ~TestEncoder();
53 
54 protected:
55 
61  DtDECLARE_TEST_PARAM_ENCODER(Number);
62 
68  DtDECLARE_TEST_PARAM_ENCODER(Vector);
69 };
70 
71 #endif
72 #endif

Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)