VR-Link API Documentation for DIS
 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 
31 class DT_DLL_VL DtCommentEncoder : public DtInteractionWithDataEncoder
32 {
33 public:
34 
35  DtCommentEncoder(DtExerciseConn* exConn,
36  DtInterClassDesc* classDesc);
37 
39  virtual ~DtCommentEncoder();
40 
42  DtCommentEncoder(const DtCommentEncoder& orig);
43 
45  DtCommentEncoder& operator=(const DtCommentEncoder& orig);
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 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtCommentPdu are used to send/receive comment PDUs.
Definition: commentPdu.h:29

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)