VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
commentEncoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #ifndef DtCommentEncoder_H_
8 #define DtCommentEncoder_H_
9 
10 #if DtHLA
11 
13 
17 
19 
20 #define DtDECLARE_COMMENT_PARAM_ENCODER(paramName) \
21  DtDECLARE_PARAM_ENCODER(DtCommentInteraction, paramName)
22 
23 #define DtDEFINE_SIMPLE_COMMENT_PARAM_ENCODER(paramName, netType, inspector) \
24  DtDEFINE_SIMPLE_PARAM_ENCODER(DtCommentEncoder, \
25  DtCommentInteraction, paramName, netType, inspector)
26 
27 
32 {
33 public:
34 
36  DtInterClassDesc* classDesc);
37 
39  virtual ~DtCommentEncoder();
40 
43 
46 
47 protected:
48 
50 
51  DtDECLARE_COMMENT_PARAM_ENCODER(OriginatingEntity);
52  DtDECLARE_COMMENT_PARAM_ENCODER(ReceivingEntity);
53 
54 };
55 
56 #endif
57 #endif
58 
59 

Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)