Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmm
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
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
cmm
Commits
26d61b17
Commit
26d61b17
authored
5 years ago
by
Claudio Scafuri
Browse files
Options
Downloads
Patches
Plain Diff
Device_5Impl
parent
1d45ae59
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Cmm.py
+2
-2
2 additions, 2 deletions
src/Cmm.py
with
2 additions
and
2 deletions
src/Cmm.py
+
2
−
2
View file @
26d61b17
...
...
@@ -67,7 +67,7 @@ import re
# No states for this device
class
Cmm
(
PyTango
.
Device_
4
Impl
):
class
Cmm
(
PyTango
.
Device_
5
Impl
):
""""""
# -------- Add you global variables here --------------------------
...
...
@@ -76,7 +76,7 @@ class Cmm (PyTango.Device_4Impl):
#----- PROTECTED REGION END -----# // Cmm.global_variables
def
__init__
(
self
,
cl
,
name
):
PyTango
.
Device_
4
Impl
.
__init__
(
self
,
cl
,
name
)
PyTango
.
Device_
5
Impl
.
__init__
(
self
,
cl
,
name
)
self
.
debug_stream
(
"
In __init__()
"
)
Cmm
.
init_device
(
self
)
#----- PROTECTED REGION ID(Cmm.__init__) ENABLED START -----#
...
...
This diff is collapsed.
Click to expand it.
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