From 845d8bc1a35873c056fdeecc30a12c246c34ae80 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Thu, 26 Jul 2018 13:41:21 +0200 Subject: [PATCH] convert doc to html5 --- documentation/aai.html | 46 +++++++++++++++++------------- documentation/aao.html | 46 +++++++++++++++++------------- documentation/ai.html | 40 +++++++++++++++----------- documentation/ao.html | 41 +++++++++++++++----------- documentation/bi.html | 40 +++++++++++++++----------- documentation/bo.html | 40 +++++++++++++++----------- documentation/businterface.html | 20 +++++++------ documentation/calcout.html | 38 +++++++++++++----------- documentation/epics3_13.html | 42 +++++++++++++++++++++------ documentation/formatconverter.html | 19 ++++++------ documentation/formats.html | 22 +++++++------- documentation/index.html | 22 +++++++------- documentation/longin.html | 38 +++++++++++++----------- documentation/longout.html | 38 +++++++++++++----------- documentation/mbbi.html | 38 +++++++++++++----------- documentation/mbbiDirect.html | 38 +++++++++++++----------- documentation/mbbo.html | 38 +++++++++++++----------- documentation/mbboDirect.html | 38 +++++++++++++----------- documentation/nav.html | 30 ++++++++++--------- documentation/osinterface.html | 20 +++++++------ documentation/processing.html | 22 +++++++------- documentation/protocol.html | 22 +++++++------- documentation/recordinterface.html | 20 +++++++------ documentation/recordtypes.html | 40 +++++++++++++++----------- documentation/scalcout.html | 38 +++++++++++++----------- documentation/setup.html | 21 +++++++------- documentation/stream.css | 23 +++++++++++++-- documentation/stringin.html | 40 +++++++++++++++----------- documentation/stringout.html | 42 +++++++++++++++------------ documentation/tipsandtricks.html | 20 +++++++------ documentation/waveform.html | 42 +++++++++++++++------------ 31 files changed, 600 insertions(+), 424 deletions(-) diff --git a/documentation/aai.html b/documentation/aai.html index 06ea7b3..aee4607 100644 --- a/documentation/aai.html +++ b/documentation/aai.html @@ -1,25 +1,24 @@ - - + + StreamDevice: aai Records - - - - + + + + +

aai Records

-Note: aai record support is disabled per default. -Enable it in src/CONFIG_STREAM. +Note: In EPICS versions before 3.14.12, aai records may be disabled.

Normal Operation

With aai records, the format converter is applied to -each element. Between the elements, a separator is printed +each array element. Between the elements, a separator is printed or expected as specified by the Separator variable in the protocol. When parsing input, a space as the first character of the @@ -105,24 +104,31 @@ the written or read value. present. All format converters work like in normal operation.

-
-

+

diff --git a/documentation/aao.html b/documentation/aao.html index 948cfd1..149a95c 100644 --- a/documentation/aao.html +++ b/documentation/aao.html @@ -1,25 +1,24 @@ - - + + StreamDevice: aao Records - - - - + + + + +

aao Records

-Note: aao record support is disabled per default. -Enable it in src/CONFIG_STREAM. +Note: In EPICS versions before 3.14.12, aao records may be disabled.

Normal Operation

With aao records, the format converter is applied to -each element. Between the elements, a separator is printed +each array element. Between the elements, a separator is printed or expected as specified by the Separator variable in the protocol. When parsing input, a space as the first character of the @@ -105,24 +104,31 @@ the written or read value. present. All format converters work like in normal operation.

-
-

+

diff --git a/documentation/ai.html b/documentation/ai.html index cc3e2c6..5afe0fd 100644 --- a/documentation/ai.html +++ b/documentation/ai.html @@ -1,12 +1,12 @@ - - + + StreamDevice: ai Records - - - - + + + + + @@ -65,25 +65,31 @@ written or read value. (treated as 0.0).

-
-

+

diff --git a/documentation/ao.html b/documentation/ao.html index b48a0ba..ad95e58 100644 --- a/documentation/ao.html +++ b/documentation/ao.html @@ -1,12 +1,12 @@ - - + + StreamDevice: ao Records - - - - + + + + + @@ -66,25 +66,32 @@ written or read value. LONG input is put to RVAL as well as to RBV and converted by the record.

-
-

+ +

diff --git a/documentation/bi.html b/documentation/bi.html index 916ee86..36a9b08 100644 --- a/documentation/bi.html +++ b/documentation/bi.html @@ -1,12 +1,12 @@ - - + + StreamDevice: bi Records - - - - + + + + + @@ -53,25 +53,31 @@ written or read value. present. All format converters work like in normal operation.

-
-

+

diff --git a/documentation/bo.html b/documentation/bo.html index e864a6c..ced9f91 100644 --- a/documentation/bo.html +++ b/documentation/bo.html @@ -1,12 +1,12 @@ - - + + StreamDevice: bo Records - - - - + + + + + @@ -52,25 +52,31 @@ written or read value. RVAL as well as to RBV and converted by the record.

-
-

+

diff --git a/documentation/businterface.html b/documentation/businterface.html index eef0ac9..31cd9e0 100644 --- a/documentation/businterface.html +++ b/documentation/businterface.html @@ -1,12 +1,12 @@ - - + + StreamDevice: Bus API - - - - + + + + + @@ -639,7 +639,9 @@ also report a matching event which occured before the actual call to acceptEvent() but after any previous call of any other request method like writeRequest().

-
-

Dirk Zimoch, 2007

+ + diff --git a/documentation/calcout.html b/documentation/calcout.html index 8b1830b..f1883b2 100644 --- a/documentation/calcout.html +++ b/documentation/calcout.html @@ -1,12 +1,12 @@ - - + + StreamDevice: calcout Records - - - - + + + + + @@ -59,25 +59,31 @@ Different record fields are used for output and input. The variable present. All format converters work like in normal operation.

-
-

+

diff --git a/documentation/epics3_13.html b/documentation/epics3_13.html index 087fa33..53cc48d 100644 --- a/documentation/epics3_13.html +++ b/documentation/epics3_13.html @@ -1,12 +1,12 @@ - - + + StreamDevice: Using EPICS 3.13 - - - - + + + + + @@ -218,7 +218,31 @@ asynSetOption ("PS1", 0, "stop", "1")

7. Continue as with EPICS 3.14.

-
-

Dirk Zimoch, 2006

+ diff --git a/documentation/formatconverter.html b/documentation/formatconverter.html index 908dbd6..a598238 100644 --- a/documentation/formatconverter.html +++ b/documentation/formatconverter.html @@ -1,12 +1,12 @@ - - + + StreamDevice: Format Converter API - - - - + + + + + @@ -215,7 +215,8 @@ If the skip_flag is set, you don't need to write to Return -1 on failure.

-
-

Dirk Zimoch, 2007

+ diff --git a/documentation/formats.html b/documentation/formats.html index 0f3a82c..b5a80bf 100644 --- a/documentation/formats.html +++ b/documentation/formats.html @@ -1,12 +1,12 @@ - - + + StreamDevice: Format Converters - - - - + + + + + @@ -740,8 +740,10 @@ Because of the complexity of the problem, locales are not supported. Thus, only the English month names can be used (week day names are ignored anyway).

-
-

Next: Record Processing

-

Dirk Zimoch, 2015

+ + diff --git a/documentation/index.html b/documentation/index.html index f8c55ce..a16866d 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -1,12 +1,12 @@ - - + + StreamDevice - - - - + + + + + @@ -104,8 +104,10 @@ This marks text you typically type in configuration files etc.
 Longer code segments are often set in a box.
 
-
-

Next: Setup

-

Dirk Zimoch, 2015

+ + diff --git a/documentation/longin.html b/documentation/longin.html index c333d39..ebb0e20 100644 --- a/documentation/longin.html +++ b/documentation/longin.html @@ -1,12 +1,12 @@ - - + + StreamDevice: longin Records - - - - + + + + + @@ -46,25 +46,31 @@ written or read value. present. All format converters work like in normal operation.

-
-

+

diff --git a/documentation/longout.html b/documentation/longout.html index 88e40e3..36d23d6 100644 --- a/documentation/longout.html +++ b/documentation/longout.html @@ -1,12 +1,12 @@ - - + + StreamDevice: longout Records - - - - + + + + + @@ -46,25 +46,31 @@ written or read value. present. All format converters work like in normal operation.

-
-

+

diff --git a/documentation/mbbi.html b/documentation/mbbi.html index 8bf3319..24cdd8f 100644 --- a/documentation/mbbi.html +++ b/documentation/mbbi.html @@ -1,12 +1,12 @@ - - + + StreamDevice: mbbi Records - - - - + + + + + @@ -70,25 +70,31 @@ written or read value. present. All format converters work like in normal operation.

-
-

+

diff --git a/documentation/mbbiDirect.html b/documentation/mbbiDirect.html index 71454f0..8703f40 100644 --- a/documentation/mbbiDirect.html +++ b/documentation/mbbiDirect.html @@ -1,12 +1,12 @@ - - + + StreamDevice: mbbiDirect Records - - - - + + + + + @@ -56,25 +56,31 @@ written or read value. present. All format converters work like in normal operation.

-
-

+

diff --git a/documentation/mbbo.html b/documentation/mbbo.html index 4ded9c4..f0d39c5 100644 --- a/documentation/mbbo.html +++ b/documentation/mbbo.html @@ -1,12 +1,12 @@ - - + + StreamDevice: mbbo Records - - - - + + + + + @@ -71,25 +71,31 @@ written or read value. record.

-
-

+

diff --git a/documentation/mbboDirect.html b/documentation/mbboDirect.html index 23e284a..8cf5d7f 100644 --- a/documentation/mbboDirect.html +++ b/documentation/mbboDirect.html @@ -1,12 +1,12 @@ - - + + StreamDevice: mbboDirect Records - - - - + + + + + @@ -58,25 +58,31 @@ written or read value. record if MASK!=0.

-
-

+

diff --git a/documentation/nav.html b/documentation/nav.html index b31af79..8606c31 100644 --- a/documentation/nav.html +++ b/documentation/nav.html @@ -1,10 +1,10 @@ - - + + Navbar - - + + +