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
omtReader.h
Contains defines for export control for OMT Reader.
DT_DLL_OMTREADER
#define DT_DLL_OMTREADER
Definition:
omtReader.h:23
DtConversionString
This is a collection of functions for the DtString class that includes More conversions from differen...
Definition:
conversionString.h:20
DtString
Document ID: Generated on Mon Mar 22 15:30:17 EDT 2021 from SVN revision 226440
Copyright © 2021 MAK Technologies. All Rights Reserved (
www.mak.com
)