Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gof-gateway
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
gof-gateway
Commits
3b3bc0df
Commit
3b3bc0df
authored
5 years ago
by
Claudio Scafuri
Browse files
Options
Downloads
Patches
Plain Diff
transformed wrapper in to simlink
parent
43f2edd1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/gof-gateway-srv
+1
-14
1 addition, 14 deletions
src/gof-gateway-srv
src/gof-gateway-srv
+1
-14
1 addition, 14 deletions
src/gof-gateway-srv
with
2 additions
and
28 deletions
src/gof-gateway-srv
deleted
100755 → 0
+
1
−
14
View file @
43f2edd1
#!/usr/bin/env python
#
# Template of main python server wrapper
# Solves the problem of pogo generated Tango server file names which are not easily handled by databeds and Starter.
# 1) copy this template in the server directoy using the canonical server (executable) name: cp ../python-srv.template myclass-srv
# 2) chmod +x myclass-srv
# 3) edit myclass-srv ename MyClass to the actual class name of the python Tango server (you can also clean up these notes)
#
from
GofGateway
import
main
if
__name__
==
'
__main__
'
:
main
()
This diff is collapsed.
Click to expand it.
src/gof-gateway-srv
0 → 120000
+
1
−
14
View file @
3b3bc0df
GofGateway.py
\ No newline at end of file
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