MAK Data Logger API Documentation for HLA
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
fedNode.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
#pragma warning(disable : 4100)
10
11
#include "
omtNode.h
"
12
13
#include <vlutil/vlString.h>
14
18
class
DT_DLL_OMTREADER
DtFedNode
:
public
DtOMTNode
19
{
20
public
:
21
22
24
DtFedNode
();
25
27
explicit
DtFedNode
(
DtFedNode
*);
28
30
virtual
~
DtFedNode
();
31
33
DtFedNode
(
const
DtFedNode
& orig);
34
36
DtFedNode
&
operator=
(
const
DtFedNode
& rhs);
37
39
virtual
void
setParentObject(
DtFedNode
*);
40
42
virtual
DtFedNode
* getParentObject()
const
;
43
44
47
virtual
const
DtString
& getFullName()
const
;
48
49
protected
:
50
DtFedNode
*
myParentObject
;
51
52
private
:
56
mutable
DtString
*
myFullName
;
57
58
};
59
60
Document ID: Generated on Thu Apr 7 20:50:59 EDT 2016 from SVN revision 163818
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)