MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
lgrOmtReader
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
#ifdef DtHLA
18
//VR-Link Includes
19
#include <vl/rtiNamespace.h>
20
#endif
21
class
DtDatatypeRep
;
22
25
class
DT_DLL_OMTREADER
DtParameterFedNode
:
public
DtDatatypeFedNode
26
{
27
public
:
28
30
DtParameterFedNode
();
31
33
explicit
DtParameterFedNode
(
DtFedNode
*);
34
36
virtual
~
DtParameterFedNode
();
37
39
DtParameterFedNode
(
const
DtParameterFedNode
& orig);
40
42
DtParameterFedNode
&
operator=
(
const
DtParameterFedNode
& rhs);
43
44
#ifdef DtHLA
45
46
virtual
void
setParameterHandle(RTI::ParameterHandle);
47
virtual
const
RTI::ParameterHandle getParameterHandle()
const
;
48
#endif
49
50
virtual
void
setSharing(
const
DtString&);
51
virtual
const
DtString& getSharing()
const
;
52
53
virtual
void
setTransportation(
const
DtString&);
54
virtual
const
DtString& getTransportation()
const
;
55
56
virtual
void
setOrder(
const
DtString&);
57
virtual
const
DtString& getOrder()
const
;
58
59
protected
:
60
#ifdef DtHLA
61
RTI::ParameterHandle myAttrHandle;
62
#endif
63
64
65
DtString
myDatatype
;
66
DtString
myCardinality
;
67
DtString
myDescription
;
68
DtString
mySharing
;
69
DtString
myTransportation
;
70
DtString
myOrder
;
71
72
};
73
74
75
76
Document ID: Generated on Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (
www.mak.com
)