Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Steerer
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
Steerer
Commits
ce9083e1
Commit
ce9083e1
authored
Apr 12, 2010
by
Vincent Hardion
Browse files
Options
Downloads
Patches
Plain Diff
fix compatibility with Yat4Tango 4.1.2
parent
9e44dec1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
src/task/SteererTask.cpp
+1
-1
1 addition, 1 deletion
src/task/SteererTask.cpp
src/task/SteererTask.h
+1
-1
1 addition, 1 deletion
src/task/SteererTask.h
with
3 additions
and
3 deletions
pom.xml
+
1
−
1
View file @
ce9083e1
...
...
@@ -9,7 +9,7 @@
<groupId>
fr.soleil.device
</groupId>
<artifactId>
Steerer-${aol}-${mode}
</artifactId>
<version>
3.0.
8
</version>
<version>
3.0.
9
</version>
<packaging>
nar
</packaging>
<name>
steerer
</name>
<!-- use for the name of executable -->
...
...
This diff is collapsed.
Click to expand it.
src/task/SteererTask.cpp
+
1
−
1
View file @
ce9083e1
...
...
@@ -154,7 +154,7 @@ void data::operator = (const data & _src)
// ============================================================================
// SteererTask::process_message
// ============================================================================
void
SteererTask
::
process_message
(
yat
::
Message
&
_msg
)
void
SteererTask
::
process_message
(
yat
::
Message
&
_msg
)
throw
(
Tango
::
DevFailed
)
{
DEBUG_STREAM
<<
"SteererTask::handle_message::receiving msg "
<<
_msg
.
to_string
()
<<
std
::
endl
;
...
...
This diff is collapsed.
Click to expand it.
src/task/SteererTask.h
+
1
−
1
View file @
ce9083e1
...
...
@@ -152,7 +152,7 @@ public:
protected
:
//- process_message (implements yat4tango::DeviceTask pure virtual method)
virtual
void
process_message
(
yat
::
Message
&
msg
);
virtual
void
process_message
(
yat
::
Message
&
msg
)
throw
(
Tango
::
DevFailed
)
;
private
:
...
...
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