VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
transferControlEncoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
7 
8 #ifndef DtTransferControlEncoder_H_
9 #define DtTransferControlEncoder_H_
10 
11 #if DtHLA
12 
13 #include "interactionEncoder.h"
14 
16 
17 #define DtDECLARE_TRANSCTRL_PARAM_ENCODER(paramName) \
18  DtDECLARE_PARAM_ENCODER(DtTransferControlInteraction, paramName)
19 
20 #define DtDEFINE_SIMPLE_TRANSCTRL_PARAM_ENCODER(paramName, netType, inspector) \
21  DtDEFINE_SIMPLE_PARAM_ENCODER(DtTransferControlEncoder, \
22  DtTransferControlInteraction, paramName, netType, inspector)
23 
28 
29 
31 {
32 
33 public:
34 
37  DtInterClassDesc* classDesc);
38 
41 
43  virtual ~DtTransferControlEncoder();
44 
47 
48 protected:
49 
50  DtDECLARE_TRANSCTRL_PARAM_ENCODER(OriginatingEntity);
51  DtDECLARE_TRANSCTRL_PARAM_ENCODER(ReceivingEntity);
52  DtDECLARE_TRANSCTRL_PARAM_ENCODER(RequestIdentifier);
54  DtDECLARE_TRANSCTRL_PARAM_ENCODER(TransferEntity);
55  DtDECLARE_TRANSCTRL_PARAM_ENCODER(RecordSetData);
56 
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
DtInteractionEncoder is used to provide encoding of an interaction into an RTI::ParameterHandleValueP...
Definition: interactionEncoder.h:36
class DtTransferControlEncoder:
Definition: transferControlEncoder.h:30
#define DtDECLARE_TRANSCTRL_PARAM_ENCODER(paramName)
Definition: transferControlEncoder.h:17
DtInteractionEncoder & operator=(const DtInteractionEncoder &orig)
assignment operator
class DtTransferControlInteraction:
Definition: transferControlInteractionHLA.h:31

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)