Skip to content
Snippets Groups Projects
Commit 216ee1fd authored by ELATTAOUI's avatar ELATTAOUI
Browse files

xavier :

lib compiled on Linux platform
parent 643fb188
No related branches found
No related tags found
No related merge requests found
...@@ -74,8 +74,8 @@ public : ...@@ -74,8 +74,8 @@ public :
* *
* \throws Tango::DevFailed * \throws Tango::DevFailed
*/ */
bool SRQLineState (void); //- used to know if the integration cycle is done! bool SRQLineState (void) throw (Tango::DevFailed); //- used to know if the integration cycle is done!
short readStatusByteRegister (void); //- device status byte register value on SRQ! short readStatusByteRegister (void) throw (Tango::DevFailed); //- device status byte register value on SRQ!
/** /**
* \brief Clear a specific device (same as reset *RST). * \brief Clear a specific device (same as reset *RST).
......
...@@ -6,9 +6,13 @@ ...@@ -6,9 +6,13 @@
# #
# $Author: xavela $ # $Author: xavela $
# #
# $Revision: 1.4 $ # $Revision: 1.5 $
# #
# $Log: not supported by cvs2svn $ # $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 # Revision 1.3 2007/11/28 10:37:20 xavela
# compile en MODE debug -> # compile en MODE debug ->
# modifier le(s) MakeFile ! # modifier le(s) MakeFile !
...@@ -48,7 +52,7 @@ ...@@ -48,7 +52,7 @@
# of a library with no Tango dependencies) # of a library with no Tango dependencies)
# #
OUTPUT_TYPE = STATIC_LIB OUTPUT_TYPE = STATIC_LIB
RELEASE_TYPE = DEBUG #RELEASE_TYPE = DEBUG
#============================================================================= #=============================================================================
# OUTPUT_DIR is the directory which contains the build result. # OUTPUT_DIR is the directory which contains the build result.
# if not set, the standard location is : # if not set, the standard location is :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment