VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
actionResponseEncoder.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 DtActionResponseEncoder_H_
11 #define DtActionResponseEncoder_H_
12 
13 #if DtHLA
14 
15 
17 
19 
20 #define DtDECLARE_ACTRESP_PARAM_ENCODER(paramName) \
21  DtDECLARE_PARAM_ENCODER(DtActionResponseInteraction, paramName)
22 
23 #define DtDEFINE_SIMPLE_ACTRESP_PARAM_ENCODER(paramName, netType, inspector) \
24  DtDEFINE_SIMPLE_PARAM_ENCODER(DtActionResponseEncoder, \
25  DtActionResponseInteraction, paramName, netType, inspector)
26 
31 
33 {
34 public:
35 
37  DtInterClassDesc* classDesc);
38 
40  virtual ~DtActionResponseEncoder();
41 
44 
47 
48 protected:
49 
51 
52  DtDECLARE_ACTRESP_PARAM_ENCODER(OriginatingEntity);
53  DtDECLARE_ACTRESP_PARAM_ENCODER(ReceivingEntity);
54  DtDECLARE_ACTRESP_PARAM_ENCODER(RequestStatus);
58  DtDECLARE_ACTRESP_PARAM_ENCODER(RequestIdentifier);
59 };
60 
61 #endif
62 #endif
63 
64 
65 

Document ID: Generated on Tue Mar 1 02:56:17 EST 2016 from SVN revision 162687
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)