VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
actionRequestEncoder.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 DtActionRequestEncoder_H_
11 #define DtActionRequestEncoder_H_
12 
13 #if DtHLA
14 
16 
18 
19 #define DtDECLARE_ACTREQ_PARAM_ENCODER(paramName) \
20  DtDECLARE_PARAM_ENCODER(DtActionRequestInteraction, paramName)
21 
22 #define DtDEFINE_SIMPLE_ACTREQ_PARAM_ENCODER(paramName, netType, inspector) \
23  DtDEFINE_SIMPLE_PARAM_ENCODER(DtActionRequestEncoder, \
24  DtActionRequestInteraction, paramName, netType, inspector)
25 
26 
31 {
32 public:
33 
35  DtInterClassDesc* classDesc);
36 
38  virtual ~DtActionRequestEncoder();
39 
42 
45 
46 protected:
47 
49 
50  DtDECLARE_ACTREQ_PARAM_ENCODER(OriginatingEntity);
51  DtDECLARE_ACTREQ_PARAM_ENCODER(ReceivingEntity);
52 
57  DtDECLARE_ACTREQ_PARAM_ENCODER(RequestIdentifier);
58  DtDECLARE_ACTREQ_PARAM_ENCODER(ActionRequestCode);
59 };
60 
61 #endif
62 #endif
63 
64 
65 

Document ID: Generated on Mon Feb 6 18:36:34 EST 2017 from SVN revision 173107
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)