gdm703.h

Go to the documentation of this file.
00001 //======================================================================
00002 // File:        gdm703.h
00003 // Author:      Matthias Toussaint
00004 // Created:     Tue Nov 28 08:24:21 CET 2006
00005 // Project:     QtDMM
00006 // Description: Encapsulates a DMM class (protokoll)
00007 //----------------------------------------------------------------------
00008 // This file  may  be used under  the terms of  the GNU  General Public
00009 // License  version 2.0 as published   by the Free Software  Foundation
00010 // and appearing  in the file LICENSE.GPL included  in the packaging of
00011 // this file.
00012 // 
00013 // This file is provided AS IS with  NO WARRANTY OF ANY KIND, INCLUDING 
00014 // THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR 
00015 // PURPOSE.
00016 //----------------------------------------------------------------------
00017 // Copyright 2006 Matthias Toussaint
00018 //======================================================================
00019 
00020 #ifndef GDM703_HH
00021 #define GDM703_HH
00022 
00023 #include <dmmclass.h>
00024 #include <serialport.h>
00025 
00042 class GDM703 : public DMMClass
00043 {
00044 public:
00047   GDM703();
00048   virtual ~GDM703();
00049   
00050   virtual Port::Error close();
00051   
00052   static DMMClass *create() { return new GDM703; }
00053   
00054 protected:
00055   SerialPort  m_port;
00056   
00057   virtual Port::Error open_impl( const std::string & config );
00058   virtual void run();
00059   
00060   void setAscii( int start, int modeLen, const std::string & str, int index );
00061       
00062 };
00063 
00064 #endif // GDM703_HH

Generated on Mon Jan 22 23:24:18 2007 for cdmm by  doxygen 1.4.6