MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrOmtReader
longDatatypeRep.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 "
numberDatatypeRep.h
"
10
11
#include <vlutil/vlString.h>
12
16
class
DT_DLL_OMTREADER
DtLongDatatypeRep
:
public
DtNumberDatatypeRep
17
{
18
public
:
19
21
DtLongDatatypeRep
(
bool
unsign =
false
);
22
24
virtual
~
DtLongDatatypeRep
();
25
27
DtLongDatatypeRep
(
const
DtLongDatatypeRep
& orig);
28
30
DtLongDatatypeRep
& operator=(
const
DtLongDatatypeRep
& rhs);
31
33
virtual
const
char
*
datatype
()
const
;
34
36
virtual
long
long
longVal(
const
void
*)
const
;
37
39
virtual
unsigned
long
long
unsignedLongVal(
const
void
*)
const
;
40
42
virtual
DtString
stringRep
(
const
void
* ptr,
int
* size = 0)
const
;
43
45
virtual
double
numberRep
(
const
void
* ptr,
int
* size = 0)
const
;
46
47
virtual
void
setUnsigned(
bool
);
48
50
virtual
std::vector<char>
valueFromStringRep
(
const
DtString
& stringRep)
const
;
51
52
protected
:
53
bool
myIsUnsigned
;
54
};
55
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
)