From 216ee1fd30b31e605b36c6a27154290b7838dfd5 Mon Sep 17 00:00:00 2001 From: Xavier Elattaoui <xavier.elattaoui@synchrotron-soleil.fr> Date: Wed, 16 Apr 2008 08:40:32 +0000 Subject: [PATCH] xavier : lib compiled on Linux platform --- include/TangoGpibLink.h | 4 ++-- src/Makefile.linux | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/include/TangoGpibLink.h b/include/TangoGpibLink.h index fbe53b6..1384f0e 100644 --- a/include/TangoGpibLink.h +++ b/include/TangoGpibLink.h @@ -74,8 +74,8 @@ public : * * \throws Tango::DevFailed */ - bool SRQLineState (void); //- used to know if the integration cycle is done! - short readStatusByteRegister (void); //- device status byte register value on SRQ! + bool SRQLineState (void) throw (Tango::DevFailed); //- used to know if the integration cycle is done! + short readStatusByteRegister (void) throw (Tango::DevFailed); //- device status byte register value on SRQ! /** * \brief Clear a specific device (same as reset *RST). diff --git a/src/Makefile.linux b/src/Makefile.linux index f6143c0..ac62104 100644 --- a/src/Makefile.linux +++ b/src/Makefile.linux @@ -6,9 +6,13 @@ # # $Author: xavela $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # # $Log: not supported by cvs2svn $ +# Revision 1.4 2008/02/15 10:17:57 xavela +# xavier : +# - command abort added for SCPI Keithleys +# # Revision 1.3 2007/11/28 10:37:20 xavela # compile en MODE debug -> # modifier le(s) MakeFile ! @@ -48,7 +52,7 @@ # of a library with no Tango dependencies) # OUTPUT_TYPE = STATIC_LIB -RELEASE_TYPE = DEBUG +#RELEASE_TYPE = DEBUG #============================================================================= # OUTPUT_DIR is the directory which contains the build result. # if not set, the standard location is : -- GitLab