VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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 Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)