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
descriptionNode.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
#include "
omtNode.h
"
12
13
#include <vlutil/vlString.h>
14
class
DT_DLL_OMTREADER
DtDescriptionNode
:
public
DtOMTNode
15
{
16
public
:
17
19
DtDescriptionNode
();
20
22
virtual
~
DtDescriptionNode
();
23
25
DtDescriptionNode
(
const
DtDescriptionNode
& orig);
26
28
DtDescriptionNode
&
operator=
(
const
DtDescriptionNode
& rhs);
29
30
virtual
void
setDescription(
const
DtString
&);
31
virtual
const
DtString
& getDescription()
const
;
32
33
virtual
void
setReliable(
const
DtString
&);
34
virtual
const
DtString
& getReliable()
const
;
35
36
37
protected
:
38
DtString
myDescription
;
39
DtString
myReliable
;
40
41
};
42
43
44
45
Document ID: Generated on Tue Aug 1 09:00:26 EDT 2017 from SVN revision 179128
Copyright © 2017 VT MÄK. All Rights Reserved (
www.mak.com
)