VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
examples
testInter
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
51
class
TestDecoder
:
public
DtInteractionDecoder
52
{
53
public
:
54
56
TestDecoder
(
DtExerciseConn
* exConn,
57
DtInterClassDesc
* classDesc);
58
60
virtual
~TestDecoder
();
61
62
protected
:
63
68
DtDECLARE_TEST_PARAM_DECODER
(
Number
);
69
74
DtDECLARE_TEST_PARAM_DECODER
(Vector);
75
};
76
77
#endif
78
#endif
Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)