MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrOmtReader
simpleDatatypeNode.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
DtSimpleDatatypeNode
:
public
DtOMTNode
14
{
15
public
:
16
18
DtSimpleDatatypeNode
();
19
21
virtual
~
DtSimpleDatatypeNode
();
22
24
DtSimpleDatatypeNode
(
const
DtSimpleDatatypeNode
& orig);
25
27
DtSimpleDatatypeNode
&
operator=
(
const
DtSimpleDatatypeNode
& rhs);
28
29
virtual
void
setUnits(
const
DtString
&);
30
virtual
const
DtString
& getUnits();
31
32
virtual
void
setRepresentation(
const
DtString
&);
33
virtual
const
DtString
& getRepresentation();
34
35
virtual
void
setAccuracy(
const
DtString
&);
36
virtual
const
DtString
& getAccuracy();
37
38
virtual
void
setResolution(
const
DtString
&);
39
virtual
const
DtString
& getResolution();
40
41
virtual
void
setDescription(
const
DtString
&);
42
virtual
const
DtString
& getDescription();
43
44
45
protected
:
46
DtString
myUnits
;
47
DtString
myRepresentation
;
48
DtString
myAccuracy
;
49
DtString
myResolution
;
50
DtString
myDescription
;
51
};
52
Document ID: Generated on Mon Jan 19 08:20:14 EST 2015 from SVN revision 149581
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)