Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

NIGPIBEquipment.h

Go to the documentation of this file.
00001 /*
00002  * Time-stamp: <00/08/03 23:03:58 pagey>
00003  *
00004  * $Format: " * $Id: NIGPIBEquipment.h,v 0.2 2000/08/04 07:03:17 pagey Exp $"$
00005  * NIGPIBEquipment.h 1.2 Sun, 05 Mar 2000 05:10:09 -0800 pagey
00006  *
00007  */
00008 #ifdef _HAVE_NIENET_
00009 #ifndef NIGPIBEquipment_h
00010 #define NIGPIBEquipment_h
00011 
00012 #include <string>
00013 #include <GPIBEquipment.h>
00014 #include "LibGPIB.h"
00015 
00016 class GPIBController ;
00017 
00018 
00019 extern "C++" {
00020   namespace LibGPIB {
00030     class NIGPIBEquipment : public GPIBEquipment {
00031     public: 
00036       NIGPIBEquipment(const string devName) ;
00037     private:
00041       string mDeviceName ;
00042     protected:
00043     } ;
00044 
00045   } // namespace LibGPIB
00046 } // extern "C++"
00047 
00048 #endif
00049 #endif
00050 

Generated at Tue Aug 8 01:37:55 2000 for libgpib by doxygen1.1.4 written by Dimitri van Heesch, © 1997-2000