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

compile en MODE debug ->

modifier le(s) MakeFile !
parent d5f85704
Branches
Tags
No related merge requests found
......@@ -9,9 +9,14 @@
//
// $Author: xavela $
//
// $Revision: 1.2 $
// $Revision: 1.3 $
//
// $Log: not supported by cvs2svn $
// Revision 1.2 2007/11/27 10:17:46 xavela
// xavier :
// - modif done on Novelec part :
// init_MCCE2() added
//
// Revision 1.1 2007/07/09 13:20:35 stephle
// initial import
//
......
......@@ -11,9 +11,14 @@
//
// $Author: xavela $
//
// $Revision: 1.3 $
// $Revision: 1.4 $
//
// $Log: not supported by cvs2svn $
// Revision 1.3 2007/11/27 15:23:02 xavela
// xavier :
// - modif done on Novelec part :
// bug fix
//
// Revision 1.2 2007/11/27 10:17:46 xavela
// xavier :
// - modif done on Novelec part :
......@@ -41,7 +46,8 @@
AbstractElectrometerClass::AbstractElectrometerClass (std::string comLink_device_name)
: _device_proxy_name(comLink_device_name),
_range(0),
_rangeStr("NOT INITIALISED")
_rangeStr("NOT INITIALISED"),
electrometerState(UNKNOWN)
{
// std::cout << "AbstractElectrometerClass::AbstractElectrometerClass <-" << std::endl;
......
......@@ -6,9 +6,13 @@
#
# $Author: xavela $
#
# $Revision: 1.2 $
# $Revision: 1.3 $
#
# $Log: not supported by cvs2svn $
# Revision 1.2 2007/09/25 14:45:54 xavela
# xavier :
# support added for Keithley 6517
#
# Revision 1.1 2007/07/09 13:20:37 stephle
# initial import
#
......@@ -40,7 +44,7 @@
# of a library with no Tango dependencies)
#
OUTPUT_TYPE = STATIC_LIB
RELEASE_TYPE = DEBUG
#=============================================================================
# OUTPUT_DIR is the directory which contains the build result.
# if not set, the standard location is :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment