Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxx-R6-1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
synApps_6_1_Working
xxx-R6-1
Commits
45543296
Commit
45543296
authored
7 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
fix for app name different from directory name
parent
ef1143ac
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
setup_epics_common
+5
-1
5 additions, 1 deletion
setup_epics_common
start_caQtDM
+1
-0
1 addition, 0 deletions
start_caQtDM
with
6 additions
and
1 deletion
setup_epics_common
+
5
−
1
View file @
45543296
...
...
@@ -2,8 +2,12 @@
# caller (typically: start_epics) MUST make this definition:
# setenv EPICS_APP /home/oxygen/MOONEY/epics/synApps/support/xxx
# and must make this definition if the app name isn't the directory name:
# setenv EPICS_APP_NAME xxx
setenv EPICS_APP_NAME `basename ${EPICS_APP}`
if (! ${?EPICS_APP_NAME}) then
setenv EPICS_APP_NAME `basename ${EPICS_APP}`
endif
setenv EPICS_APP_ADL_DIR ${EPICS_APP}/${EPICS_APP_NAME}App/op/adl
setenv EPICS_APP_UI_DIR ${EPICS_APP}/${EPICS_APP_NAME}App/op/ui
...
...
This diff is collapsed.
Click to expand it.
start_caQtDM
+
1
−
0
View file @
45543296
#!/bin/csh -f
setenv EPICS_APP /home/oxygen/MOONEY/epics/synApps/support/xxx
setenv EPICS_APP_NAME xxx
# define environment variables for MEDM, caQtDM, and Probe
source ./setup_epics_common
...
...
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