MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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>
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 
Contains defines for export control for OMT Reader.
#define DT_DLL_OMTREADER
Definition: omtReader.h:23
This is a collection of functions for the DtString class that includes More conversions from differen...
Definition: conversionString.h:20

Document ID: Generated on Thu Sep 2 15:35:22 EDT 2021 from SVN revision 233992
Copyright © 2021 MAK Technologies. All Rights Reserved (www.mak.com)