VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
examples
testInter
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 Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)