MAK Data Logger API Documentation for DIS
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 Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)