MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
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 Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)