MAK Data Logger API Documentation for DIS
 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>
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 Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (www.mak.com)