Merge branch 'master' of github.com:paulscherrerinstitute/StreamDevice

This commit is contained in:
2018-09-19 16:42:12 +02:00
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# StreamDevice # StreamDevice
_StreamDevice_ is a generic [EPICS](https://www.aps.anl.gov/epics) _StreamDevice_ is a generic [EPICS](https://epics.anl.gov/)
device support for devices with a "byte stream" based device support for devices with a "byte stream" based
communication interface. communication interface.
That means devices that can be controlled by sending and receiving That means devices that can be controlled by sending and receiving

View File

@ -15,7 +15,7 @@
<h2>What is <em>StreamDevice</em>?</h2> <h2>What is <em>StreamDevice</em>?</h2>
<p> <p>
<em>StreamDevice</em> is a generic <em>StreamDevice</em> is a generic
<a href="https://www.aps.anl.gov/epics" target="ex">EPICS</a> <a href="https://epics.anl.gov/" target="ex">EPICS</a>
device support for devices with a "byte stream" based device support for devices with a "byte stream" based
communication interface. communication interface.
That means devices that can be controlled by sending and That means devices that can be controlled by sending and

View File

@ -16,7 +16,7 @@
<h2>1. Normal Processing</h2> <h2>1. Normal Processing</h2>
<p> <p>
<em>StreamDevice</em> is an asynchronous device support <em>StreamDevice</em> is an asynchronous device support
(see <a href="http://www.aps.anl.gov/epics/base/R3-14/8-docs/AppDevGuide.pdf" (see <a href="http://www.aps.anl.gov/epics/base/R3-14/12-docs/AppDevGuide.pdf"
target="ex">IOC Application Developer's Guide</a> chapter 12: target="ex">IOC Application Developer's Guide</a> chapter 12:
Device Support). Device Support).
Whenever the record is processed, the <a href="protocol.html">protocol</a> Whenever the record is processed, the <a href="protocol.html">protocol</a>

View File

@ -15,7 +15,7 @@
<p> <p>
<b>Note:</b> The scalcout record is part of the <i>calc</i> module of <b>Note:</b> The scalcout record is part of the <i>calc</i> module of
the <a target="ex" the <a target="ex"
href="http://www.aps.anl.gov/aod/bcda/synApps/index.php" href="https://www.aps.anl.gov/BCDA/synApps"
><em>synApps</em></a> package. ><em>synApps</em></a> package.
Device support for scalcout records is only available for <i>calc</i> Device support for scalcout records is only available for <i>calc</i>
module release 2-4 or higher. module release 2-4 or higher.