VR-Link API Documentation for HLA Evolved
 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 MAK Technologies, Inc
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
Instances of DtExerciseConn are used to provide an application&#39;s interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
This file contains the declaration of DtInteractionDecoder.
The TestInteraction class is used to represent interactions of the FOM class &quot;Test&quot;.
Definition: testInter.h:29
TestDecoder(DtExerciseConn *exConn, DtInterClassDesc *classDesc)
Constructor.
Instances of DtInteractionDecoder are used to decode interactions from the network.
Definition: interactionDecoder.h:37
DtDECLARE_TEST_PARAM_DECODER(Number)
Individual parameter decoding functions - one for each parameter.
This class decodes the Test interaction into the TestInteraction class.
Definition: testInter/testDec.h:51
virtual ~TestDecoder()
Destructor.
Definition: envEnum.h:23

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)