00001 /* 00002 * Time-stamp: <00/08/03 23:03:38 pagey> 00003 * 00004 * $Format: " * $Id: HP4156A.h,v 0.4 2000/08/04 07:03:17 pagey Exp $"$ 00005 * HP4156A.h 1.3 Mon, 06 Mar 2000 01:44:21 -0800 pagey 00006 * 00007 */ 00008 #ifndef HP4156A_h_ 00009 #define HP4156A_h_ 00010 00011 #include <fstream> 00012 #include "GPIBEquipment.h" 00013 #include "LibGPIB.h" 00014 00015 extern "C++" { 00016 namespace LibGPIB { 00017 class HP4156A : public GPIBEquipment { 00018 00019 } ; 00020 } // namespace LibGPIB 00021 } // extern "C++" 00022 00023 #endif