00001 /* 00002 * Time-stamp: <00/08/03 23:03:43 pagey> 00003 * 00004 * $Format: " * $Id: HP8110A.h,v 0.1 2000/08/04 07:03:17 pagey Exp $"$ 00005 * HP8110A.h 1.2 Sun, 05 Mar 2000 05:10:09 -0800 pagey 00006 * 00007 */ 00008 #ifndef HP8110A_h_ 00009 #define HP8110A_h_ 00010 00011 #include <GPIBEquipment.h> 00012 #include "LibGPIB.h" 00013 00014 extern "C++" { 00015 namespace LibGPIB { 00016 class HP8110A : public GPIBEquipment { 00017 public: 00018 virtual void Controller(GPIBController *controller) ; 00019 } ; 00020 } // namespace LibGPIB 00021 } // extern "C++" 00022 00023 #endif