VR-Link API Documentation for HLA 4
 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-2025 MAK Technologies, Inc
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
DtDECLARE_TEST_PARAM_ENCODER(Number)
Individual parameter encoding functions - one for each parameter.
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 class encodes a Test interaction from a TestInteraction object.
Definition: testInter/testEnc.h:43
DtInteractionEncoder is used to provide encoding of an interaction into an RTI::ParameterHandleValueP...
Definition: interactionEncoder.h:36
TestEncoder(DtExerciseConn *exConn, DtInterClassDesc *classDesc)
Constructor.
The TestInteraction class is used to represent interactions of the FOM class &quot;Test&quot;.
Definition: testInter.h:29
virtual ~TestEncoder()
Destructor.
Definition: envEnum.h:23

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)