VR-Link API Documentation for HLA 1.3
hAckEnc.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
9 
10 #ifndef DtAcknowledgeEncoder_H_
11 #define DtAcknowledgeEncoder_H_
12 
13 #if DtHLA
14 
15 #include "interEncoder.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 

Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)