VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
recordREncoder.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 DtRecordREnc_H_
8 #define DtRecordREnc_H_
9 
10 #if DtHLA
11 
12 #include "interactionEncoder.h"
13 
17 
19 
20 
21 #define DtDECLARE_RECORDR_PARAM_ENCODER(paramName) \
22  DtDECLARE_PARAM_ENCODER(DtRecordRInteraction, paramName)
23 
24 #define DtDEFINE_SIMPLE_RECORDR_PARAM_ENCODER(paramName, netType, inspector) \
25  DtDEFINE_SIMPLE_PARAM_ENCODER(DtRecordREncoder, \
26  DtRecordRInteraction, paramName, netType, inspector)
27 
32 
33 
34 class DT_DLL_VL DtRecordREncoder: public DtInteractionEncoder
35 {
36 
37 public:
38 
40  DtRecordREncoder(DtExerciseConn *exConn, DtInterClassDesc *classDesc);
41 
43  DtRecordREncoder(const DtRecordREncoder &orig);
44 
46  virtual ~DtRecordREncoder();
47 
49  DtRecordREncoder &operator=(const DtRecordREncoder &orig);
50 
51 
52 protected:
53 
55  DtDECLARE_RECORDR_PARAM_ENCODER(OriginatingEntity);
56  DtDECLARE_RECORDR_PARAM_ENCODER(ReceivingEntity);
57  DtDECLARE_RECORDR_PARAM_ENCODER(RequestIdentifier);
58  DtDECLARE_RECORDR_PARAM_ENCODER(AcknowledgementProtocol);
59  DtDECLARE_RECORDR_PARAM_ENCODER(EventType);
60  DtDECLARE_RECORDR_PARAM_ENCODER(ResponseSerialNumber);
61  DtDECLARE_RECORDR_PARAM_ENCODER(RecordSetData);
62 
63 };
64 
65 
66 #endif
67 #endif
68 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtRecordPdu are used to send responses to the Record Query PDU.
Definition: recordPdu.h:32

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)