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
10
11
#pragma warning(disable : 4100)
12
13
#include "
omtNode.h
"
14
15
#include <vlutil/vlString.h>
19
class
DT_DLL_OMTREADER
DtFedNode
:
public
DtOMTNode
20
{
21
public
:
22
23
25
DtFedNode
();
26
28
explicit
DtFedNode
(
DtFedNode
*);
29
31
virtual
~
DtFedNode
();
32
34
DtFedNode
(
const
DtFedNode
& orig);
35
37
DtFedNode
&
operator=
(
const
DtFedNode
& rhs);
38
39
bool
operator==(
const
DtFedNode
& rhs);
40
42
virtual
void
setParentObject(
DtFedNode
*);
43
45
virtual
DtFedNode
* getParentObject()
const
;
46
47
50
virtual
const
DtString
& getFullName()
const
;
51
52
protected
:
53
DtFedNode
*
myParentObject
;
54
55
private
:
59
mutable
DtString
*
myFullName
;
60
61
};
62
63
64
65
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
)