File tree Expand file tree Collapse file tree 2 files changed +21
-8
lines changed Expand file tree Collapse file tree 2 files changed +21
-8
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,12 @@ running in your default domain as follows:
30
30
You should see some headings and an empty list as you have not yet started an
31
31
IOC Instance.
32
32
33
+ .. note ::
34
+
35
+ The command ``ec `` is the epics-containers command line utilities entry
36
+ point. For more information see `CLI ` or try ``ec --help ``.
37
+
38
+
33
39
The following command will deploy the example IOC instance to your cluster:
34
40
35
41
.. code-block :: bash
Original file line number Diff line number Diff line change 1
1
Working with Support Modules
2
2
=============================
3
3
4
+ TODO: this is currently a stub with some pointers.
5
+
6
+ TODO: suggest that we will make a new Stream Device that will be a
7
+ simple echo server. Use this to step through the process of creating a
8
+ new support module.
9
+
4
10
This is a type 3. change from the list at `ioc_change_types `.
5
11
6
12
If you are starting a new support module then the preceding tutorials
7
13
have covered all of the skills you will need.
8
14
9
15
To work on a new support module you will need a generic IOC project to
10
- work inside. You could choose to create two new projects, MyNewDeviceSupport
11
- and ioc-MyNewDeviceSupport, or you could create a single project which looks
12
- like a traditional EPICS Support module and merge in the files from
13
- ioc-template.
16
+ work inside. You could choose to create two new projects:
17
+
18
+ :MyNewDeviceSupport:
19
+
20
+ a traditional EPICS Support module,
21
+
22
+ :ioc-MyNewDeviceSupport:
23
+
24
+ a generic IOC container definition based on ioc-template
14
25
15
26
Once you have created the project(s), working on the support module will
16
27
look very similar to the procedures set out here `debug_generic_ioc `
17
28
18
-
19
- TODO: suggest that we will make a new Stream Device that will be a
20
- simple echo server. Use this to step through the process of creating a
21
- new support module.
You can’t perform that action at this time.
0 commit comments