VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
acknowledgeEncoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
9 
10 #ifndef DtAcknowledgeEncoder_H_
11 #define DtAcknowledgeEncoder_H_
12 
13 #if DtHLA
14 
15 #include "interactionEncoder.h"
16 
18 
19 #define DtDECLARE_ACK_PARAM_ENCODER(paramName) \
20  DtDECLARE_PARAM_ENCODER(DtAcknowledgeInteraction, paramName)
21 
22 #define DtDEFINE_SIMPLE_ACK_PARAM_ENCODER(paramName, netType, inspector) \
23  DtDEFINE_SIMPLE_PARAM_ENCODER(DtAcknowledgeEncoder, \
24  DtAcknowledgeInteraction, paramName, netType, inspector)
25 
30 {
31 public:
32 
34  DtInterClassDesc* classDesc);
35 
37  virtual ~DtAcknowledgeEncoder();
38 
41 
44 
45 protected:
46 
48 
49  DtDECLARE_ACK_PARAM_ENCODER(OriginatingEntity);
50  DtDECLARE_ACK_PARAM_ENCODER(ReceivingEntity);
51  DtDECLARE_ACK_PARAM_ENCODER(AcknowledgeFlag);
52  DtDECLARE_ACK_PARAM_ENCODER(ResponseFlag);
53 
55  DtDECLARE_ACK_PARAM_ENCODER(RequestID);
57  DtDECLARE_ACK_PARAM_ENCODER(RequestIdentifier);
58 };
59 
60 #endif
61 #endif
62 
63 
64 
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_ACK_PARAM_ENCODER(paramName)
Definition: acknowledgeEncoder.h:19
Instances of DtAcknowledgeInteraction are used to represent Acknowledge Interactions in the RPR ROM...
Definition: acknowledgeInteractionHLA.h:34
DtAcknowledgeEncoder is a DtInteractionEncoder that registers parameter encoders for all of the ACK i...
Definition: acknowledgeEncoder.h:29
DtInteractionEncoder & operator=(const DtInteractionEncoder &orig)
assignment operator

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)