-
Notifications
You must be signed in to change notification settings - Fork 1
Ticket5481 all iocs at least 2 numbers #509
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
LilithCole
wants to merge
23
commits into
master
Choose a base branch
from
Ticket5481_All_IOCs_at_least_2_numbers
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 17 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
219f087
added AG33220A-02
LilithCole 6670ba0
Revert "added AG33220A-02"
LilithCole f540de7
added secondd AG33220A
LilithCole f7f08f2
added secondd AG53220A
LilithCole 6eeafdf
second CAENMCA IOC
LilithCole ef08d94
added second CONEXAGP
LilithCole ff8b400
added second COUETTE
LilithCole 7cd6167
added second DELFTSHEAR
LilithCole db3d7a2
added second DETADC
LilithCole 6a84e5f
added second ECLAB
LilithCole 358883a
added second EGXCOLIM
LilithCole 4ab39c5
added second FERMCHOP
LilithCole a4a3c78
added second FZJDDFCH
LilithCole d798199
added second GAMRY
LilithCole 9340444
added second GEMORC
LilithCole 3823362
added second HVCAEN
LilithCole df9fbd0
added second IEG
LilithCole f05616a
Revert "added second COUETTE"
LilithCole 234a44e
Revert "added second EGXCOLIM"
LilithCole c1a1e76
Revert "added second FERMCHOP"
LilithCole ca793eb
Revert "added second GEMORC"
LilithCole e536d94
Revert "added second FZJDDFCH"
LilithCole aa6e2b9
filled in templates
LilithCole File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| TOP=../.. | ||
| include $(TOP)/configure/CONFIG | ||
| #---------------------------------------- | ||
| # ADD MACRO DEFINITIONS AFTER THIS LINE | ||
|
|
||
| #---------------------------------------------------- | ||
| # Create and install (or just install) into <top>/db | ||
| # databases, templates, substitutions like this | ||
| #DB += xxx.db | ||
|
|
||
| #---------------------------------------------------- | ||
| # If <anyname>.db template is not named <anyname>*.template add | ||
| # <anyname>_template = <templatename> | ||
|
|
||
| include $(TOP)/configure/RULES | ||
| #---------------------------------------- | ||
| # ADD RULES AFTER THIS LINE | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| TOP = .. | ||
| include $(TOP)/configure/CONFIG | ||
| DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *src*)) | ||
| DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Src*)) | ||
| DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *db*)) | ||
| DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Db*)) | ||
| DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *protocol*)) | ||
| include $(TOP)/configure/RULES_DIRS | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| /* AG33220A-IOC-02Main.cpp */ | ||
| /* Author: Marty Kraimer Date: 17MAR2000 */ | ||
|
|
||
| #include <stddef.h> | ||
| #include <stdlib.h> | ||
| #include <stddef.h> | ||
| #include <string.h> | ||
| #include <stdio.h> | ||
|
|
||
| #include "epicsExit.h" | ||
| #include "epicsThread.h" | ||
| #include "iocsh.h" | ||
|
|
||
| int main(int argc,char *argv[]) | ||
| { | ||
| if(argc>=2) { | ||
| iocsh(argv[1]); | ||
| epicsThreadSleep(.2); | ||
| } | ||
| iocsh(NULL); | ||
| epicsExit(0); | ||
| return(0); | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| TOP=../.. | ||
| # This file should do very little - it's purpose is to set the APPNAME and then load build.mak | ||
|
|
||
| # this definition is used in build.mak | ||
| APPNAME=AG33220A-IOC-02 | ||
|
|
||
| # If we are ###-IOC-01 leave this as is, if we are ###-IOC-02 or higher change to ###-IOC-01 and delete build.mak from this directory | ||
| # there should only be a single build.mak for all IOCs of a given family and it is located in the ###-IOC-01 directory | ||
| include $(TOP)/AG33220A-IOC-01App/src/build.mak |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| TOP = ../.. | ||
| include $(TOP)/configure/CONFIG | ||
| #ARCH = windows-x64-debug | ||
| ARCH = $(EPICS_HOST_ARCH) | ||
| TARGETS = envPaths dllPath.bat relPaths.sh runIOC.bat runIOC.sh | ||
| include $(TOP)/configure/RULES.ioc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| #!../../bin/windows-x64-debug/AG33220A-IOC-02 | ||
|
|
||
| ## You may have to change AG33220A-IOC-02 to something else | ||
| ## everywhere it appears in this file | ||
|
|
||
| # Increase this if you get <<TRUNCATED>> or discarded messages warnings in your errlog output | ||
| errlogInit2(65536, 256) | ||
|
|
||
| < envPaths | ||
|
|
||
| cd "${TOP}" | ||
|
|
||
| ## Register all support components | ||
| dbLoadDatabase "dbd/AG33220A-IOC-02.dbd" | ||
| AG33220A_IOC_02_registerRecordDeviceDriver pdbbase | ||
|
|
||
| ## calling common command file in ioc 01 boot dir | ||
| < ${TOP}/iocBoot/ioc_01_APP_NAME_/st-common.cmd | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| TOP=../.. | ||
| include $(TOP)/configure/CONFIG | ||
| #---------------------------------------- | ||
| # ADD MACRO DEFINITIONS AFTER THIS LINE | ||
|
|
||
| #---------------------------------------------------- | ||
| # Create and install (or just install) into <top>/db | ||
| # databases, templates, substitutions like this | ||
| #DB += xxx.db | ||
|
|
||
| #---------------------------------------------------- | ||
| # If <anyname>.db template is not named <anyname>*.template add | ||
| # <anyname>_template = <templatename> | ||
|
|
||
| include $(TOP)/configure/RULES | ||
| #---------------------------------------- | ||
| # ADD RULES AFTER THIS LINE | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| TOP = .. | ||
| include $(TOP)/configure/CONFIG | ||
| DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *src*)) | ||
| DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Src*)) | ||
| DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *db*)) | ||
| DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Db*)) | ||
| DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *protocol*)) | ||
| include $(TOP)/configure/RULES_DIRS | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| /* AG53220A-IOC-02Main.cpp */ | ||
| /* Author: Marty Kraimer Date: 17MAR2000 */ | ||
|
|
||
| #include <stddef.h> | ||
| #include <stdlib.h> | ||
| #include <stddef.h> | ||
| #include <string.h> | ||
| #include <stdio.h> | ||
|
|
||
| #include "epicsExit.h" | ||
| #include "epicsThread.h" | ||
| #include "iocsh.h" | ||
|
|
||
| int main(int argc,char *argv[]) | ||
| { | ||
| if(argc>=2) { | ||
| iocsh(argv[1]); | ||
| epicsThreadSleep(.2); | ||
| } | ||
| iocsh(NULL); | ||
| epicsExit(0); | ||
| return(0); | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| TOP=../.. | ||
| # This file should do very little - it's purpose is to set the APPNAME and then load build.mak | ||
|
|
||
| # this definition is used in build.mak | ||
| APPNAME=AG53220A-IOC-02 | ||
|
|
||
| # If we are ###-IOC-01 leave this as is, if we are ###-IOC-02 or higher change to ###-IOC-01 and delete build.mak from this directory | ||
| # there should only be a single build.mak for all IOCs of a given family and it is located in the ###-IOC-01 directory | ||
| include $(TOP)/AG53220A-IOC-01App/src/build.mak |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| TOP = ../.. | ||
| include $(TOP)/configure/CONFIG | ||
| #ARCH = windows-x64-debug | ||
| ARCH = $(EPICS_HOST_ARCH) | ||
| TARGETS = envPaths dllPath.bat relPaths.sh runIOC.bat runIOC.sh | ||
| include $(TOP)/configure/RULES.ioc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| #!../../bin/windows-x64-debug/AG53220A-IOC-02 | ||
|
|
||
| ## You may have to change AG53220A-IOC-02 to something else | ||
| ## everywhere it appears in this file | ||
|
|
||
| # Increase this if you get <<TRUNCATED>> or discarded messages warnings in your errlog output | ||
| errlogInit2(65536, 256) | ||
|
|
||
| < envPaths | ||
|
|
||
| cd "${TOP}" | ||
|
|
||
| ## Register all support components | ||
| dbLoadDatabase "dbd/AG53220A-IOC-02.dbd" | ||
| AG53220A_IOC_02_registerRecordDeviceDriver pdbbase | ||
|
|
||
| ## calling common command file in ioc 01 boot dir | ||
| < ${TOP}/iocBoot/ioc_01_APP_NAME_/st-common.cmd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| TOP=../.. | ||
| include $(TOP)/configure/CONFIG | ||
| #---------------------------------------- | ||
| # ADD MACRO DEFINITIONS AFTER THIS LINE | ||
|
|
||
| #---------------------------------------------------- | ||
| # Create and install (or just install) into <top>/db | ||
| # databases, templates, substitutions like this | ||
| #DB += xxx.db | ||
|
|
||
| #---------------------------------------------------- | ||
| # If <anyname>.db template is not named <anyname>*.template add | ||
| # <anyname>_template = <templatename> | ||
|
|
||
| include $(TOP)/configure/RULES | ||
| #---------------------------------------- | ||
| # ADD RULES AFTER THIS LINE | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| TOP = .. | ||
| include $(TOP)/configure/CONFIG | ||
| DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *src*)) | ||
| DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Src*)) | ||
| DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *db*)) | ||
| DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Db*)) | ||
| DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *protocol*)) | ||
| include $(TOP)/configure/RULES_DIRS | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| /* CAENMCA-IOC-02Main.cpp */ | ||
| /* Author: Marty Kraimer Date: 17MAR2000 */ | ||
|
|
||
| #include <stddef.h> | ||
| #include <stdlib.h> | ||
| #include <stddef.h> | ||
| #include <string.h> | ||
| #include <stdio.h> | ||
|
|
||
| #include "epicsExit.h" | ||
| #include "epicsThread.h" | ||
| #include "iocsh.h" | ||
|
|
||
| int main(int argc,char *argv[]) | ||
| { | ||
| if(argc>=2) { | ||
| iocsh(argv[1]); | ||
| epicsThreadSleep(.2); | ||
| } | ||
| iocsh(NULL); | ||
| epicsExit(0); | ||
| return(0); | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| TOP=../.. | ||
| # This file should do very little - it's purpose is to set the APPNAME and then load build.mak | ||
|
|
||
| # this definition is used in build.mak | ||
| APPNAME=CAENMCA-IOC-02 | ||
|
|
||
| # If we are ###-IOC-01 leave this as is, if we are ###-IOC-02 or higher change to ###-IOC-01 and delete build.mak from this directory | ||
| # there should only be a single build.mak for all IOCs of a given family and it is located in the ###-IOC-01 directory | ||
| include $(TOP)/CAENMCA-IOC-01App/src/build.mak |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| TOP = ../.. | ||
| include $(TOP)/configure/CONFIG | ||
| #ARCH = windows-x64-debug | ||
| ARCH = $(EPICS_HOST_ARCH) | ||
| TARGETS = envPaths dllPath.bat relPaths.sh runIOC.bat runIOC.sh | ||
| include $(TOP)/configure/RULES.ioc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| #!../../bin/windows-x64-debug/CAENMCA-IOC-02 | ||
|
|
||
| ## You may have to change CAENMCA-IOC-02 to something else | ||
| ## everywhere it appears in this file | ||
|
|
||
| # Increase this if you get <<TRUNCATED>> or discarded messages warnings in your errlog output | ||
| errlogInit2(65536, 256) | ||
|
|
||
| < envPaths | ||
|
|
||
| cd "${TOP}" | ||
|
|
||
| ## Register all support components | ||
| dbLoadDatabase "dbd/CAENMCA-IOC-02.dbd" | ||
| CAENMCA_IOC_02_registerRecordDeviceDriver pdbbase | ||
|
|
||
| ## calling common command file in ioc 01 boot dir | ||
| < ${TOP}/iocBoot/ioc_01_APP_NAME_/st-common.cmd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| TOP=../.. | ||
| include $(TOP)/configure/CONFIG | ||
| #---------------------------------------- | ||
| # ADD MACRO DEFINITIONS AFTER THIS LINE | ||
|
|
||
| #---------------------------------------------------- | ||
| # Create and install (or just install) into <top>/db | ||
| # databases, templates, substitutions like this | ||
| #DB += xxx.db | ||
|
|
||
| #---------------------------------------------------- | ||
| # If <anyname>.db template is not named <anyname>*.template add | ||
| # <anyname>_template = <templatename> | ||
|
|
||
| include $(TOP)/configure/RULES | ||
| #---------------------------------------- | ||
| # ADD RULES AFTER THIS LINE | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| TOP = .. | ||
| include $(TOP)/configure/CONFIG | ||
| DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *src*)) | ||
| DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Src*)) | ||
| DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *db*)) | ||
| DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Db*)) | ||
| DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *protocol*)) | ||
| include $(TOP)/configure/RULES_DIRS | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| /* CAENV895-IOC-02Main.cpp */ | ||
| /* Author: Marty Kraimer Date: 17MAR2000 */ | ||
|
|
||
| #include <stddef.h> | ||
| #include <stdlib.h> | ||
| #include <stddef.h> | ||
| #include <string.h> | ||
| #include <stdio.h> | ||
|
|
||
| #include "epicsExit.h" | ||
| #include "epicsThread.h" | ||
| #include "iocsh.h" | ||
|
|
||
| int main(int argc,char *argv[]) | ||
| { | ||
| if(argc>=2) { | ||
| iocsh(argv[1]); | ||
| epicsThreadSleep(.2); | ||
| } | ||
| iocsh(NULL); | ||
| epicsExit(0); | ||
| return(0); | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| TOP=../.. | ||
| # This file should do very little - it's purpose is to set the APPNAME and then load build.mak | ||
|
|
||
| # this definition is used in build.mak | ||
| APPNAME=CAENV895-IOC-02 | ||
|
|
||
| # If we are ###-IOC-01 leave this as is, if we are ###-IOC-02 or higher change to ###-IOC-01 and delete build.mak from this directory | ||
| # there should only be a single build.mak for all IOCs of a given family and it is located in the ###-IOC-01 directory | ||
| include $(TOP)/CAENV895-IOC-01App/src/build.mak |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| TOP = ../.. | ||
| include $(TOP)/configure/CONFIG | ||
| #ARCH = windows-x64-debug | ||
| ARCH = $(EPICS_HOST_ARCH) | ||
| TARGETS = envPaths dllPath.bat relPaths.sh runIOC.bat runIOC.sh | ||
| include $(TOP)/configure/RULES.ioc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| #!../../bin/windows-x64-debug/CAENV895-IOC-02 | ||
|
|
||
| ## You may have to change CAENV895-IOC-02 to something else | ||
| ## everywhere it appears in this file | ||
|
|
||
| # Increase this if you get <<TRUNCATED>> or discarded messages warnings in your errlog output | ||
| errlogInit2(65536, 256) | ||
|
|
||
| < envPaths | ||
|
|
||
| cd "${TOP}" | ||
|
|
||
| ## Register all support components | ||
| dbLoadDatabase "dbd/CAENV895-IOC-02.dbd" | ||
| CAENV895_IOC_02_registerRecordDeviceDriver pdbbase | ||
|
|
||
| ## calling common command file in ioc 01 boot dir | ||
| < ${TOP}/iocBoot/ioc_01_APP_NAME_/st-common.cmd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| TOP=../.. | ||
| include $(TOP)/configure/CONFIG | ||
| #---------------------------------------- | ||
| # ADD MACRO DEFINITIONS AFTER THIS LINE | ||
|
|
||
| #---------------------------------------------------- | ||
| # Create and install (or just install) into <top>/db | ||
| # databases, templates, substitutions like this | ||
| #DB += xxx.db | ||
|
|
||
| #---------------------------------------------------- | ||
| # If <anyname>.db template is not named <anyname>*.template add | ||
| # <anyname>_template = <templatename> | ||
|
|
||
| include $(TOP)/configure/RULES | ||
| #---------------------------------------- | ||
| # ADD RULES AFTER THIS LINE | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| TOP = .. | ||
| include $(TOP)/configure/CONFIG | ||
| DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *src*)) | ||
| DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Src*)) | ||
| DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *db*)) | ||
| DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Db*)) | ||
| DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *protocol*)) | ||
| include $(TOP)/configure/RULES_DIRS | ||
|
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs filling in. This means the ioc can't boot and the ioc tests for ioc _02 fail.
This is also true for all of the other IOCs in this PR.