ReadTemp.H

00001 #include <istream>
00002 #include <ostream>
00003 #include <fstream>
00004 //#include <sstream>
00005 //#include <stdlib.h>
00006 #include <string>
00007 //#include <cstdlib>
00008 
00009 using namespace std;
00010 
00011 class ReadTemp
00012 {
00013  public:
00014   ReadTemp();
00015   ~ReadTemp();
00016   const ushort getTemp() const;
00017  private:
00018   //! File to open to get temperatur
00019   std::string itsTempFile;
00020   //! offset into file for reading
00021   char        itsTempCol;
00022 };
00023 
00024 
00025 
Generated on Sun May 8 08:06:59 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3