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
562f511f
Commit
562f511f
authored
Oct 17, 2022
by
Stephane Poirier
Committed by
Patrick MADELA
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
removed DEBUG messages that cause a compilation issue
parent
ba2f9d7d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/cryo_support/Parts.cpp
+265
-267
265 additions, 267 deletions
src/cryo_support/Parts.cpp
with
265 additions
and
267 deletions
src/cryo_support/Parts.cpp
+
265
−
267
View file @
562f511f
...
...
@@ -289,10 +289,8 @@ namespace CryoCooler_ns
//- get the HWProxy instance ------------------------
yat
::
SharedPtr
<
CryoCoolerInterface
>
CryoCoolerCom
::
get_cryo_itf
(
void
)
{
DEBUG_STREAM
<<
"CryoCoolerCom::get_cryo_itf entering..."
<<
std
::
endl
;
if
(
!
cryo_itf
.
get
())
{
ERROR_STREAM
<<
"CryoCoolerCom::get_cryo_itf could not get HWProxy ..."
<<
std
::
endl
;
THROW_DEVFAILED
(
"SOFTWARE_ERROR"
,
"unexpected NULL pointer [The cryo_itf not properly initialized]"
,
"CryoCoolerCom::get_cryo_itf"
);
...
...
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