MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrOmtReader
conversionString.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 "
omtReader.h
"
10
#include <vlutil/vlString.h>
11
18
class
DT_DLL_OMTREADER
DtConversionString
:
public
DtString
19
{
20
public
:
21
22
DtConversionString
(
double
val,
int
precision);
23
DtConversionString
(
float
val,
int
precision);
24
DtConversionString
(
unsigned
char
val);
25
DtConversionString
(
long
long
val);
26
DtConversionString
(
unsigned
long
long
val);
27
28
void
setString(
double
val,
int
precision);
29
void
setString(
float
val,
int
precision);
30
31
};
32
33
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
)