Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
SY900S_Channel
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
PowerSupply
SY900S_Channel
Commits
6521389b
Commit
6521389b
authored
Jun 25, 2007
by
Alain BUTEAU
Browse files
Options
Downloads
Patches
Plain Diff
- compil linux
parent
101c17fa
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/SY900S_Channel.cpp
+6
-3
6 additions, 3 deletions
src/SY900S_Channel.cpp
with
6 additions
and
3 deletions
src/SY900S_Channel.cpp
+
6
−
3
View file @
6521389b
static
const
char
*
RcsId
=
"$Header: /users/chaize/newsvn/cvsroot/Instrumentation/SY900S_channel/src/SY900S_Channel.cpp,v 1.
5
2007-06-25
09:42:01
buteau Exp $"
;
static
const
char
*
RcsId
=
"$Header: /users/chaize/newsvn/cvsroot/Instrumentation/SY900S_channel/src/SY900S_Channel.cpp,v 1.
6
2007-06-25
10:08:56
buteau Exp $"
;
//+=============================================================================
//
// file : SY900S_Channel.cpp
...
...
@@ -13,9 +13,12 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentatio
//
// $Author: buteau $
//
// $Revision: 1.
5
$
// $Revision: 1.
6
$
//
// $Log: not supported by cvs2svn $
// Revision 1.5 2007/06/25 09:42:01 buteau
// - Casse de l'include XString pour compil linux
//
// Revision 1.4 2007/05/22 14:37:46 sebleport
// some command and attribute names have changed
//
...
...
@@ -589,7 +592,7 @@ void SY900S_Channel::write_targetVoltage(Tango::WAttribute &attr)
int
length
=
channel
.
length
();
if
(
length
==
1
)
channel
=
channel
.
insert
(
0
,
'0'
);
channel
=
channel
.
insert
(
0
,
"0"
);
// group : long to string
group
=
XString
<
long
>::
convertToString
(
group_num
);
...
...
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