Skip to content
Snippets Groups Projects
Commit 5796a338 authored by Jean Coquet's avatar Jean Coquet
Browse files

suppression de std:cout

parent b7ce7bd4
Branches
Tags
No related merge requests found
static const char *RcsId = "$Id: XPSGroup.cpp,v 1.3 2011-05-26 08:58:06 jean_coquet Exp $";
static const char *RcsId = "$Id: XPSGroup.cpp,v 1.4 2011-05-26 09:12:29 jean_coquet Exp $";
//+=============================================================================
//
// file : XPSGroup.cpp
......@@ -13,10 +13,10 @@ static const char *RcsId = "$Id: XPSGroup.cpp,v 1.3 2011-05-26 08:58:06 jean_coq
//
// $Author: jean_coquet $
//
// $Revision: 1.3 $
// $Revision: 1.4 $
//
// $Revision: 1.3 $
// $Date: 2011-05-26 08:58:06 $
// $Revision: 1.4 $
// $Date: 2011-05-26 09:12:29 $
//
// SVN only:
// $HeadURL: $
......@@ -24,6 +24,11 @@ static const char *RcsId = "$Id: XPSGroup.cpp,v 1.3 2011-05-26 08:58:06 jean_coq
// CVS only:
// $Source: /users/chaize/newsvn/cvsroot/Motion/Axis/XPSGroup/src/XPSGroup.cpp,v $
// $Log: not supported by cvs2svn $
// Revision 1.3 2011/05/26 08:58:06 jean_coquet
// correction de bugs et test HW :
// * sur Off (rajout de break dans le switch)
// * remise de code suite � un nettoyage trop pouss� pour le fonctionnement du write_attributes
//
// Revision 1.2 2011/05/25 07:48:23 jean_coquet
// now uses YAT4Tango Dynamic Attributes implementation
// automatic creation of 3 attributes for each motor in the group :
......@@ -483,17 +488,14 @@ namespace XPSGroup_ns
void XPSGroup::write_attributes_4(const Tango::AttributeValueList_4 & values, const Tango::ClntIdent &cl_ident)
throw (Tango::MultiDevFailed, Tango::DevFailed, CORBA::SystemException)
{
std::cout << "XPSGroup::write_attributes_4 (vector<long> &attr_list) entering... "<< endl;
DEBUG_STREAM << "XPSGroup::write_attributes_4 (vector<long> &attr_list) entering... "<< endl;
nb_of_attr_to_write_count = 0;
for (size_t i = 0; i < values.length(); i++)
{
std::cout << "XPSGroup::write_attributes_4 values length = " << values.length() << endl;
std::cout << "XPSGroup::write_attributes_4 attr_names.size () = " <<attr_names.size () << endl;
for (size_t j =0; j < attr_names.size (); j++)
{
std::cout << "XPSGroup::write_attributes_4 try to write attribute ["
DEBUG_STREAM << "XPSGroup::write_attributes_4 try to write attribute ["
<< values[i].name
<< "] compared to valid dynamic attribute name ["
<< attr_names[j]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment