VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
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
12
#include "
interactionWithDataEncoder.h
"
13
17
18
class
DT_DLL_VL
DtCommentInteraction
;
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
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)