File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -265,11 +265,11 @@ host. i.e. the root folder under which your projects are all cloned):
265
265
- WS/ioc-adsimdetector/ioc
266
266
- soft link to IOC source tree
267
267
268
- * - /epics/ibek
268
+ * - /epics/ibek-defs
269
269
- N/A
270
270
- All ibek *Support yaml * files
271
271
272
- * - /epics/pvi
272
+ * - /epics/pvi-defs
273
273
- N/A
274
274
- all PVI definitions from support modules
275
275
Original file line number Diff line number Diff line change @@ -127,13 +127,13 @@ The schema is in turn defined by the set of support modules that were compiled
127
127
into the Generic IOC (ioc-adsimdetector). Each support module has an
128
128
``ibek `` *support YAML * file that contributes to the schema.
129
129
130
- The *Support yaml * files are in the folder ``/epics/ibek `` inside of the
130
+ The *Support yaml * files are in the folder ``/epics/ibek-defs `` inside of the
131
131
container. They were placed there during the compilation of the support
132
132
modules at Generic IOC build time.
133
133
134
134
It can be instructive to look at these files to see what entities are available
135
135
to *IOC instances *. For example the global support yaml file
136
- ``/epics/ibek/epics.ibek.support.yaml `` contains the following:
136
+ ``/epics/ibek-defs /epics.ibek.support.yaml `` contains the following:
137
137
138
138
.. code :: yaml
139
139
You can’t perform that action at this time.
0 commit comments