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
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
10
11
#include <
lgrOmtReader/omtReader.h
>
12
#include <vlutil/vlString.h>
13
#include <vlutil/vlMachineTypes.h>
20
class
DT_DLL_OMTREADER
DtConversionString
:
public
DtString
21
{
22
public
:
23
24
DtConversionString
(DtFloat64 val,
int
precision);
25
DtConversionString
(DtFloat32 val,
int
precision);
26
DtConversionString
(DtU8 val);
27
DtConversionString
(DtInt64 val);
28
DtConversionString
(DtU64 val);
29
30
void
setString(DtFloat64 val,
int
precision);
31
void
setString(DtFloat32 val,
int
precision);
32
33
};
34
35
36
37
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
)