VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
recordRDecoder.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 DtRecordRDec_H_
8 #define DtRecordRDec_H_
9 
10 #if DtHLA
11 
12 #include "interactionDecoder.h"
13 
17 
19 
20 #define DtDECLARE_RECORDR_PARAM_DECODER(paramName) \
21  DtDECLARE_PARAM_DECODER(DtRecordRInteraction, paramName)
22 
23 #define DtDEFINE_SIMPLE_RECORDR_PARAM_DECODER(paramName, netType, mutator) \
24  DtDEFINE_SIMPLE_PARAM_DECODER( \
25  DtRecordRDecoder, DtRecordRInteraction, \
26  paramName, netType, mutator)
27 
32 
34 {
35 
36 public:
37 
39  DtInterClassDesc *classDesc);
40 
42 
43  virtual ~DtRecordRDecoder();
44 
46 
47 protected:
48 
50  DtDECLARE_RECORDR_PARAM_DECODER(OriginatingEntity);
51  DtDECLARE_RECORDR_PARAM_DECODER(ReceivingEntity);
52  DtDECLARE_RECORDR_PARAM_DECODER(RequestIdentifier);
53  DtDECLARE_RECORDR_PARAM_DECODER(AcknowledgementProtocol);
55  DtDECLARE_RECORDR_PARAM_DECODER(ResponseSerialNumber);
56  DtDECLARE_RECORDR_PARAM_DECODER(RecordSetData);
57 };
58 
59 #endif
60 #endif
61 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
This file contains the declaration of DtInteractionDecoder.
class DtRecordRInteraction:
Definition: recordRInteractionHLA.h:32
#define DtDECLARE_RECORDR_PARAM_DECODER(paramName)
Definition: recordRDecoder.h:20
DtInteractionDecoder & operator=(const DtInteractionDecoder &orig)
assignment operator - not implemented.
Instances of DtInteractionDecoder are used to decode interactions from the network.
Definition: interactionDecoder.h:37
class DtRecordRDecoder:
Definition: recordRDecoder.h:33

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)