VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
omtReader
parameterFedNode.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*******************************************************************************/
7
#pragma once
8
9
#include "
datatypeFedNode.h
"
10
11
#ifdef DtHLA_1516
12
#include "RTI/RTI1516.h"
13
#elif DtHLA
14
#include "RTI.hh"
15
#endif
16
17
//VR-Link Includes
18
#include <
vl/rtiNamespace.h
>
19
20
class
DtDatatypeRep
;
21
24
class
DT_DLL_OMTREADER
DtParameterFedNode
:
public
DtDatatypeFedNode
25
{
26
public
:
27
29
DtParameterFedNode
();
30
32
explicit
DtParameterFedNode
(
DtFedNode
*);
33
35
virtual
~
DtParameterFedNode
();
36
38
DtParameterFedNode
(
const
DtParameterFedNode
& orig);
39
41
DtParameterFedNode
&
operator=
(
const
DtParameterFedNode
& rhs);
42
43
#ifdef DtHLA
44
45
virtual
void
setParameterHandle(RTI::ParameterHandle);
46
virtual
const
RTI::ParameterHandle getParameterHandle()
const
;
47
#endif
48
49
protected
:
50
#ifdef DtHLA
51
RTI::ParameterHandle
myAttrHandle
;
52
#endif
53
56
DtString
myDatatype
;
57
DtString
myCardinality
;
58
DtString
myAccuracy
;
59
DtString
myAccuracyCondition
;
60
DtString
myDescription
;
61
62
};
63
64
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
)