VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setRecordDecoder.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 DtSetRecordDec_H_
8 #define DtSetRecordDec_H_
9 
10 #if DtHLA
11 
12 #include "interactionDecoder.h"
13 
17 
19 
20 #define DtDECLARE_SETRECORD_PARAM_DECODER(paramName) \
21  DtDECLARE_PARAM_DECODER(DtSetRecordInteraction, paramName)
22 
23 #define DtDEFINE_SIMPLE_SETRECORD_PARAM_DECODER(paramName, netType, mutator) \
24  DtDEFINE_SIMPLE_PARAM_DECODER( \
25  DtSetRecordDecoder, DtSetRecordInteraction, \
26  paramName, netType, mutator)
27 
32 
33 class DT_DLL_VL DtSetRecordDecoder : public DtInteractionDecoder
34 {
35 
36 public:
37 
38  DtSetRecordDecoder(DtExerciseConn *exConn,
39  DtInterClassDesc *classDesc);
40 
41  DtSetRecordDecoder(const DtSetRecordDecoder &orig);
42 
43  virtual ~DtSetRecordDecoder();
44 
45  DtSetRecordDecoder &operator=(const DtSetRecordDecoder &orig);
46 
47 protected:
48 
50  DtDECLARE_SETRECORD_PARAM_DECODER(OriginatingEntity);
51  DtDECLARE_SETRECORD_PARAM_DECODER(ReceivingEntity);
52  DtDECLARE_SETRECORD_PARAM_DECODER(RequestIdentifier);
53  DtDECLARE_SETRECORD_PARAM_DECODER(AcknowledgementProtocol);
54  DtDECLARE_SETRECORD_PARAM_DECODER(RecordSetData);
55 };
56 
57 #endif
58 #endif
59 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file contains the declaration of DtInteractionDecoder.
class DtSetRecordPdu:
Definition: setRecordPdu.h:35

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)