Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sequencer-2-2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
epics-modules
sequencer-2-2
Commits
32bee9b2
Commit
32bee9b2
authored
14 years ago
by
ben.franksen
Browse files
Options
Downloads
Patches
Plain Diff
test: renamed softIoc to seqSoftIoc to avoid conflict with base
parent
33f59a6a
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
test/validate/Makefile
+5
-5
5 additions, 5 deletions
test/validate/Makefile
test/validate/seqMain.c
+7
-7
7 additions, 7 deletions
test/validate/seqMain.c
with
12 additions
and
12 deletions
test/validate/Makefile
+
5
−
5
View file @
32bee9b2
...
...
@@ -35,17 +35,17 @@ PROD += eftest
#PROD += ctest
# Libraries
PROD_LIBS
+=
softIoc
PROD_LIBS
+=
s
eqS
oftIoc
PROD_LIBS
+=
seq
PROD_LIBS
+=
pv
PROD_LIBS
+=
$(
EPICS_BASE_IOC_LIBS
)
LIBRARY
+=
softIoc
LIBRARY
+=
s
eqS
oftIoc
DBD
+=
softIoc.dbd
softIoc_DBD
+=
base.dbd
DBD
+=
s
eqS
oftIoc.dbd
s
eqS
oftIoc_DBD
+=
base.dbd
softIoc_SRCS
+=
softIoc_registerRecordDeviceDriver.cpp
s
eqS
oftIoc_SRCS
+=
s
eqS
oftIoc_registerRecordDeviceDriver.cpp
DB_INSTALLS
+=
syncq.db
DB_INSTALLS
+=
pvGetComplete.db
...
...
This diff is collapsed.
Click to expand it.
test/validate/seqMain.c
+
7
−
7
View file @
32bee9b2
...
...
@@ -14,12 +14,12 @@
/* Usage:
* <test-program>
* [-D softIoc.dbd] [-h] [-S] [-s] [-a ascf]
* [-D s
eqS
oftIoc.dbd] [-h] [-S] [-s] [-a ascf]
* [-m macro=value,macro2=value2] [-d <test-program>.db]
* [st.cmd]
*
* If used the -D option must come first, and specify the
* path to the softIoc.dbd file. The compile-time install
* path to the s
eqS
oftIoc.dbd file. The compile-time install
* location is saved in the binary as a default.
*
* Usage information will be printed if -h is given, then
...
...
@@ -65,18 +65,18 @@
#include
"iocInit.h"
#include
"iocsh.h"
extern
int
softIoc_registerRecordDeviceDriver
(
struct
dbBase
*
pdbbase
);
extern
int
s
eqS
oftIoc_registerRecordDeviceDriver
(
struct
dbBase
*
pdbbase
);
#define DBD_FILE "dbd/softIoc.dbd"
#define DBD_FILE "dbd/s
eqS
oftIoc.dbd"
const
char
*
arg0
;
const
char
*
base_dbd
=
DBD_FILE
;
static
void
usage
(
int
status
)
{
printf
(
"Usage: %s [-D softIoc.dbd] [-h] [-S] [-a ascf]
\n
"
,
arg0
);
printf
(
"Usage: %s [-D s
eqS
oftIoc.dbd] [-h] [-S] [-a ascf]
\n
"
,
arg0
);
puts
(
"
\t
[-m macro=value,macro2=value2] [-d file.db]"
);
puts
(
"
\t
[-x prefix] [st.cmd]"
);
puts
(
"Compiled-in path to softIoc.dbd is:"
);
puts
(
"Compiled-in path to s
eqS
oftIoc.dbd is:"
);
printf
(
"
\t
%s
\n
"
,
base_dbd
);
epicsExit
(
status
);
}
...
...
@@ -112,7 +112,7 @@ int main(int argc, char *argv[])
epicsExit
(
EXIT_FAILURE
);
}
softIoc_registerRecordDeviceDriver
(
pdbbase
);
s
eqS
oftIoc_registerRecordDeviceDriver
(
pdbbase
);
seqRegisterSequencerProgram
(
&
PROG_NAME
);
if
(
startIocsh
)
{
...
...
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