Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
XPSGroup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Control System
Tango devices
Motion
XPSGroup
Commits
5796a338
Commit
5796a338
authored
May 26, 2011
by
Jean Coquet
Browse files
Options
Downloads
Patches
Plain Diff
suppression de std:cout
parent
b7ce7bd4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/XPSGroup.cpp
+11
-9
11 additions, 9 deletions
src/XPSGroup.cpp
with
11 additions
and
9 deletions
src/XPSGroup.cpp
+
11
−
9
View file @
5796a338
static
const
char
*
RcsId
=
"$Id: XPSGroup.cpp,v 1.
3
2011-05-26 0
8:58:06
jean_coquet Exp $"
;
static
const
char
*
RcsId
=
"$Id: XPSGroup.cpp,v 1.
4
2011-05-26 0
9: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 0
8:58:06
$
// $Revision: 1.
4
$
// $Date: 2011-05-26 0
9: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
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment