Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alarm-handler
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
ds
alarm-handler
Commits
6f5b41d6
Commit
6f5b41d6
authored
9 months ago
by
Thomas Juerges
Browse files
Options
Downloads
Patches
Plain Diff
Fix for Tango 9.3.x compatibility: Add TANGO_LOG defines
parent
82edfd22
No related branches found
Branches containing commit
No related tags found
2 merge requests
!4
Resolve "Update for cppTango 9.5.x"
,
!3
Resolve "Add macOS compatibility"
Pipeline
#2016
failed with stages
in 1 minute and 31 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test/testdevice/src/TestDevice.h
+10
-0
10 additions, 0 deletions
test/testdevice/src/TestDevice.h
test/testdevice/src/TestDeviceClass.h
+10
-0
10 additions, 0 deletions
test/testdevice/src/TestDeviceClass.h
with
20 additions
and
0 deletions
test/testdevice/src/TestDevice.h
+
10
−
0
View file @
6f5b41d6
...
...
@@ -23,6 +23,16 @@
#define MAX_ATTR_SIZE 3000
#define MAX_SPECTRUM_SIZE 100
#ifndef TANGO_LOG
#define TANGO_LOG cout
#endif
#ifndef TANGO_LOG_INFO
#define TANGO_LOG_INFO cout2
#endif
#ifndef TANGO_LOG_DEBUG
#define TANGO_LOG_DEBUG cout4
#endif
/*----- PROTECTED REGION END -----*/
...
...
This diff is collapsed.
Click to expand it.
test/testdevice/src/TestDeviceClass.h
+
10
−
0
View file @
6f5b41d6
...
...
@@ -25,6 +25,16 @@
#include
<tango/tango.h>
#include
<TestDevice.h>
#ifndef TANGO_LOG
#define TANGO_LOG cout
#endif
#ifndef TANGO_LOG_INFO
#define TANGO_LOG_INFO cout2
#endif
#ifndef TANGO_LOG_DEBUG
#define TANGO_LOG_DEBUG cout4
#endif
/*----- PROTECTED REGION END -----*/
namespace
TestDevice_ns
...
...
This diff is collapsed.
Click to expand it.
Thomas Juerges
@thomas.juerges
mentioned in issue
#4 (closed)
·
9 months ago
mentioned in issue
#4 (closed)
mentioned in issue #4
Toggle commit list
Preview
0%
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