VR-Link API Documentation for HLA 1516
 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 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
This file provides a declaration of the class DtInteractionWithDataEncoder.
DtCommentEncoder is a DtInteractionEncoder that registers parameter encoders for all of the Comment i...
Definition: commentEncoder.h:31
Instances of DtCommentInteraction are used to represent Comment Interactions in the RPR FOM...
Definition: commentInteractionHLA.h:37
class DtInteractionWithDataEncoder:
Definition: interactionWithDataEncoder.h:29
#define DtDECLARE_COMMENT_PARAM_ENCODER(paramName)
Definition: commentEncoder.h:20
DtInteractionWithDataEncoder & operator=(const DtInteractionWithDataEncoder &orig)
assignment operator

Document ID: Generated on Tue Aug 10 00:12:31 EDT 2021 from SVN revision 232765
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)