Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CryoCooler
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
Temperature
CryoCooler
Commits
dbe5837f
Commit
dbe5837f
authored
Jan 13, 2017
by
Jacques Gouno
Browse files
Options
Downloads
Patches
Plain Diff
TANGODEVIC-1636:Remove warnings
parent
27874f3b
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/Level.cpp
+1
-1
1 addition, 1 deletion
src/Level.cpp
src/Pressure.cpp
+1
-1
1 addition, 1 deletion
src/Pressure.cpp
src/Temperature.cpp
+1
-1
1 addition, 1 deletion
src/Temperature.cpp
with
3 additions
and
3 deletions
src/Level.cpp
+
1
−
1
View file @
dbe5837f
...
@@ -396,7 +396,7 @@ void Level::write_highSetpoint(Tango::WAttribute &attr)
...
@@ -396,7 +396,7 @@ void Level::write_highSetpoint(Tango::WAttribute &attr)
//+------------------------------------------------------------------
//+------------------------------------------------------------------
Tango
::
DevState
Level
::
dev_state
()
Tango
::
DevState
Level
::
dev_state
()
{
{
Tango
::
DevState
argout
=
Tango
::
UNKNOWN
;
//
Tango::DevState argout = Tango::UNKNOWN;
DEBUG_STREAM
<<
"Level::dev_state(): entering... !"
<<
endl
;
DEBUG_STREAM
<<
"Level::dev_state(): entering... !"
<<
endl
;
// Add your own code to control device here
// Add your own code to control device here
...
...
This diff is collapsed.
Click to expand it.
src/Pressure.cpp
+
1
−
1
View file @
dbe5837f
...
@@ -367,7 +367,7 @@ void Pressure::write_highSetpoint(Tango::WAttribute &attr)
...
@@ -367,7 +367,7 @@ void Pressure::write_highSetpoint(Tango::WAttribute &attr)
//+------------------------------------------------------------------
//+------------------------------------------------------------------
Tango
::
DevState
Pressure
::
dev_state
()
Tango
::
DevState
Pressure
::
dev_state
()
{
{
Tango
::
DevState
argout
=
Tango
::
UNKNOWN
;
//
Tango::DevState argout = Tango::UNKNOWN;
DEBUG_STREAM
<<
"Pressure::dev_state(): entering... !"
<<
endl
;
DEBUG_STREAM
<<
"Pressure::dev_state(): entering... !"
<<
endl
;
// Add your own code to control device here
// Add your own code to control device here
...
...
This diff is collapsed.
Click to expand it.
src/Temperature.cpp
+
1
−
1
View file @
dbe5837f
...
@@ -364,7 +364,7 @@ void Temperature::write_highSetpoint(Tango::WAttribute &attr)
...
@@ -364,7 +364,7 @@ void Temperature::write_highSetpoint(Tango::WAttribute &attr)
//+------------------------------------------------------------------
//+------------------------------------------------------------------
Tango
::
DevState
Temperature
::
dev_state
()
Tango
::
DevState
Temperature
::
dev_state
()
{
{
Tango
::
DevState
argout
=
Tango
::
UNKNOWN
;
//
Tango::DevState argout = Tango::UNKNOWN;
DEBUG_STREAM
<<
"Temperature::dev_state(): entering... !"
<<
endl
;
DEBUG_STREAM
<<
"Temperature::dev_state(): entering... !"
<<
endl
;
// Add your own code to control device here
// Add your own code to control device here
...
...
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