VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setRecordEncoder.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 DtSetRecordEnc_H_
8 #define DtSetRecordEnc_H_
9 
10 #if DtHLA
11 
12 #include "interactionEncoder.h"
13 
17 
19 
20 
21 #define DtDECLARE_SETRECORD_PARAM_ENCODER(paramName) \
22  DtDECLARE_PARAM_ENCODER(DtSetRecordInteraction, paramName)
23 
24 #define DtDEFINE_SIMPLE_SETRECORD_PARAM_ENCODER(paramName, netType, inspector) \
25  DtDEFINE_SIMPLE_PARAM_ENCODER(DtSetRecordEncoder, \
26  DtSetRecordInteraction, paramName, netType, inspector)
27 
32 
33 
35 {
36 
37 public:
38 
41 
44 
46  virtual ~DtSetRecordEncoder();
47 
50 
51 
52 protected:
53 
55  DtDECLARE_SETRECORD_PARAM_ENCODER(OriginatingEntity);
56  DtDECLARE_SETRECORD_PARAM_ENCODER(ReceivingEntity);
57  DtDECLARE_SETRECORD_PARAM_ENCODER(RequestIdentifier);
58  DtDECLARE_SETRECORD_PARAM_ENCODER(AcknowledgementProtocol);
59  DtDECLARE_SETRECORD_PARAM_ENCODER(RecordSetData);
60 
61 };
62 
63 
64 #endif
65 #endif
66 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
DtInteractionEncoder is used to provide encoding of an interaction into an RTI::ParameterHandleValueP...
Definition: interactionEncoder.h:36
#define DtDECLARE_SETRECORD_PARAM_ENCODER(paramName)
Definition: setRecordEncoder.h:21
class DtSetRecordEncoder:
Definition: setRecordEncoder.h:34
Definition: setRecordInteractionHLA.h:24
DtInteractionEncoder & operator=(const DtInteractionEncoder &orig)
assignment operator

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)