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
omtReader
attributeFedNode.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
#include <list>
11
12
//VR-Link Includes
13
#ifndef DtUSE_UTILITIES_NAMESPACE
14
#ifdef DtHLA_1516
15
#include "RTI/RTI1516.h"
16
#elif DtHLA
17
#include "RTI.hh"
18
#endif
19
#endif
20
#include <
vlutil/vlString.h
>
21
#ifdef DtHLA
22
#ifndef DtUSE_UTILITIES_NAMESPACE
23
#include <
vl/rtiNamespace.h
>
24
#endif
25
#endif
26
class
DT_DLL_OMTREADER
DtDatatypeRep
;
27
#ifdef DtUSE_UTILITIES_NAMESPACE
28
namespace
DtUSE_UTILITIES_NAMESPACE
29
{
30
#endif
31
32
33
class
DT_DLL_OMTREADER
DtAttributeFedNode
:
public
DtDatatypeFedNode
34
{
35
public
:
36
38
DtAttributeFedNode
();
39
41
explicit
DtAttributeFedNode
(
DtFedNode
*);
42
44
virtual
~
DtAttributeFedNode
();
45
47
DtAttributeFedNode
(
const
DtAttributeFedNode
& orig);
48
50
DtAttributeFedNode
& operator=(
const
DtAttributeFedNode
& rhs);
51
52
#ifdef DtHLA
53
#ifndef DtUSE_UTILITIES_NAMESPACE
54
55
virtual
void
setAttributeHandle(RTI::AttributeHandle);
56
virtual
const
RTI::AttributeHandle getAttributeHandle()
const
;
57
#endif
58
#endif
59
60
virtual
void
setUpdateType(
const
DtString
&);
61
virtual
const
DtString
& getUpdateType()
const
;
62
63
virtual
void
setUpdateCondition(
const
DtString
&);
64
virtual
const
DtString
& getUpdateCondition()
const
;
65
66
virtual
void
setTransferAccept(
const
DtString
&);
67
virtual
const
DtString
& getTransferAccept()
const
;
68
69
virtual
void
setSharing(
const
DtString
&);
70
virtual
const
DtString
& getSharing()
const
;
71
72
virtual
void
setTransportation(
const
DtString
&);
73
virtual
const
DtString
& getTransportation()
const
;
74
75
virtual
void
setOrder(
const
DtString
&);
76
virtual
const
DtString
& getOrder()
const
;
77
79
virtual
void
addDimension(
const
DtString
& dimension);
80
virtual
const
std::list<DtString>& getDimensions()
const
;
81
82
protected
:
83
#ifdef DtHLA
84
#ifndef DtUSE_UTILITIES_NAMESPACE
85
RTI::AttributeHandle
myAttrHandle
;
86
#endif
87
#endif
88
91
DtString
myUpdateType
;
92
DtString
myUpdateCondition
;
93
DtString
myTransferAccept
;
94
DtString
mySharing
;
95
DtString
myTransportation
;
96
DtString
myOrder
;
97
98
std::list<DtString>
myDimensions
;
99
};
100
101
102
#ifdef DtUSE_UTILITIES_NAMESPACE
103
}
// end of namespace DtUSE_UTILITIES_NAMESPACE
104
#endif
Document ID: Generated on Tue Mar 1 02:56:17 EST 2016 from SVN revision 162687
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)