/////////////////////////////////////////////////////////////////// // PixGPIBError.h // Header file for class PixGPIBError /////////////////////////////////////////////////////////////////// // (c) ATLAS Pixel Detector software /////////////////////////////////////////////////////////////////// // /////////////////////////////////////////////////////////////////// // Version 00-00-01 21/011/2008 Daniel Dobos /////////////////////////////////////////////////////////////////// #ifndef PixGPIBError_H #define PixGPIBError_H //#include "ni488.h" class PixGPIBError { public: void printGPIBError(char *msg); private: }; #endif //PixGPIBError_H