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
tagNode.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 "
omtNode.h
"
10
11
#include <vlutil/vlString.h>
12
13
class
DT_DLL_OMTREADER
DtTagNode
:
public
DtOMTNode
14
{
15
public
:
16
18
DtTagNode
();
19
21
virtual
~
DtTagNode
();
22
23
virtual
void
setDatatype(
const
DtString
&);
24
virtual
const
DtString
& getDatatype();
25
26
virtual
void
setDescription(
const
DtString
&);
27
virtual
const
DtString
& getDescription();
28
29
private
:
30
32
DtTagNode
(
const
DtTagNode
& orig);
33
35
DtTagNode
&
operator=
(
const
DtTagNode
& rhs);
36
37
protected
:
38
DtString
myDatatype
;
39
DtString
myDescription
;
40
41
};
42
43
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
)