convert doc to html5

This commit is contained in:
2018-07-26 13:41:21 +02:00
parent 3f8483eca1
commit 845d8bc1a3
31 changed files with 600 additions and 424 deletions

View File

@ -1,25 +1,24 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: aai Records</title> <title>StreamDevice: aai Records</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
<h1>aai Records</h1> <h1>aai Records</h1>
<p> <p>
<b>Note:</b> aai record support is disabled per default. <b>Note:</b> In EPICS versions before 3.14.12, aai records may be disabled.
Enable it in <code>src/CONFIG_STREAM</code>.
</p> </p>
<h2>Normal Operation</h2> <h2>Normal Operation</h2>
<p> <p>
With aai records, the format converter is applied to 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 <code>Separator</code> or expected as specified by the <code>Separator</code>
<a href="protocol.html#sysvar">variable</a> in the protocol. <a href="protocol.html#sysvar">variable</a> in the protocol.
When parsing input, a space as the first character of the 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. present. All format converters work like in normal operation.
</p> </p>
<hr> <footer>
<p> <nav>
<a href="aai.html">aai</a>
<a href="aao.html">aao</a> <a href="aao.html">aao</a>
<a href="ai.html">ai</a> <a href="ai.html">ai</a>
<a href="ao.html">ao</a> <a href="ao.html">ao</a>
<a href="bi.html">bi</a> <a href="bi.html">bi</a>
<a href="bo.html">bo</a> <a href="bo.html">bo</a>
<a href="mbbi.html">mbbi</a> <a href="calcout.html">calcout</a>
<a href="mbbo.html">mbbo</a> <a href="int64in.html">int64in</a>
<a href="mbbiDirect.html">mbbiDirect</a> <a href="int64out.html">int64out</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="longin.html">longin</a> <a href="longin.html">longin</a>
<a href="longout.html">longout</a> <a href="longout.html">longout</a>
<a href="lsi.html">lsi</a>
<a href="lso.html">lso</a>
<a href="mbbiDirect.html">mbbiDirect</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="mbbi.html">mbbi</a>
<a href="mbbo.html">mbbo</a>
<a href="scalcout.html">scalcout</a>
<a href="stringin.html">stringin</a> <a href="stringin.html">stringin</a>
<a href="stringout.html">stringout</a> <a href="stringout.html">stringout</a>
<a href="calcout.html">calcout</a> <a href="waveform.html">waveform</a>
<a href="scalcout.html">scalcout</a> </nav>
</p> Dirk Zimoch, 2018
<p><small>Dirk Zimoch, 2006</small></p> </footer>
</body> </body>
</html> </html>

View File

@ -1,25 +1,24 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: aao Records</title> <title>StreamDevice: aao Records</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
<h1>aao Records</h1> <h1>aao Records</h1>
<p> <p>
<b>Note:</b> aao record support is disabled per default. <b>Note:</b> In EPICS versions before 3.14.12, aao records may be disabled.
Enable it in <code>src/CONFIG_STREAM</code>.
</p> </p>
<h2>Normal Operation</h2> <h2>Normal Operation</h2>
<p> <p>
With aao records, the format converter is applied to 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 <code>Separator</code> or expected as specified by the <code>Separator</code>
<a href="protocol.html#sysvar">variable</a> in the protocol. <a href="protocol.html#sysvar">variable</a> in the protocol.
When parsing input, a space as the first character of the 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. present. All format converters work like in normal operation.
</p> </p>
<hr> <footer>
<p> <nav>
<a href="aai.html">aai</a> <a href="aai.html">aai</a>
<a href="aao.html">aao</a>
<a href="ai.html">ai</a> <a href="ai.html">ai</a>
<a href="ao.html">ao</a> <a href="ao.html">ao</a>
<a href="bi.html">bi</a> <a href="bi.html">bi</a>
<a href="bo.html">bo</a> <a href="bo.html">bo</a>
<a href="mbbi.html">mbbi</a> <a href="calcout.html">calcout</a>
<a href="mbbo.html">mbbo</a> <a href="int64in.html">int64in</a>
<a href="mbbiDirect.html">mbbiDirect</a> <a href="int64out.html">int64out</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="longin.html">longin</a> <a href="longin.html">longin</a>
<a href="longout.html">longout</a> <a href="longout.html">longout</a>
<a href="lsi.html">lsi</a>
<a href="lso.html">lso</a>
<a href="mbbiDirect.html">mbbiDirect</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="mbbi.html">mbbi</a>
<a href="mbbo.html">mbbo</a>
<a href="scalcout.html">scalcout</a>
<a href="stringin.html">stringin</a> <a href="stringin.html">stringin</a>
<a href="stringout.html">stringout</a> <a href="stringout.html">stringout</a>
<a href="calcout.html">calcout</a> <a href="waveform.html">waveform</a>
<a href="scalcout.html">scalcout</a> </nav>
</p> Dirk Zimoch, 2018
<p><small>Dirk Zimoch, 2006</small></p> </footer>
</body> </body>
</html> </html>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: ai Records</title> <title>StreamDevice: ai Records</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -65,25 +65,31 @@ written or read value.
(treated as <code>0.0</code>). (treated as <code>0.0</code>).
</p> </p>
<hr> <footer>
<p> <nav>
<a href="aai.html">aai</a> <a href="aai.html">aai</a>
<a href="aao.html">aao</a> <a href="aao.html">aao</a>
<a href="ai.html">ai</a>
<a href="ao.html">ao</a> <a href="ao.html">ao</a>
<a href="bi.html">bi</a> <a href="bi.html">bi</a>
<a href="bo.html">bo</a> <a href="bo.html">bo</a>
<a href="mbbi.html">mbbi</a> <a href="calcout.html">calcout</a>
<a href="mbbo.html">mbbo</a> <a href="int64in.html">int64in</a>
<a href="mbbiDirect.html">mbbiDirect</a> <a href="int64out.html">int64out</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="longin.html">longin</a> <a href="longin.html">longin</a>
<a href="longout.html">longout</a> <a href="longout.html">longout</a>
<a href="lsi.html">lsi</a>
<a href="lso.html">lso</a>
<a href="mbbiDirect.html">mbbiDirect</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="mbbi.html">mbbi</a>
<a href="mbbo.html">mbbo</a>
<a href="scalcout.html">scalcout</a>
<a href="stringin.html">stringin</a> <a href="stringin.html">stringin</a>
<a href="stringout.html">stringout</a> <a href="stringout.html">stringout</a>
<a href="waveform.html">waveform</a> <a href="waveform.html">waveform</a>
<a href="calcout.html">calcout</a> </nav>
<a href="scalcout.html">scalcout</a> Dirk Zimoch, 2018
</p> </footer>
<p><small>Dirk Zimoch, 2015</small></p>
</body> </body>
</html> </html>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lan="en">
<html>
<head> <head>
<title>StreamDevice: ao Records</title> <title>StreamDevice: ao Records</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" / />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" / />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" / />
<meta name="author" content="Dirk Zimoch" / />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -66,25 +66,32 @@ written or read value.
LONG input is put to <code>RVAL</code> as well as to <code>RBV</code> and LONG input is put to <code>RVAL</code> as well as to <code>RBV</code> and
converted by the record. converted by the record.
</p> </p>
<hr>
<p> <footer>
<nav>
<a href="aai.html">aai</a> <a href="aai.html">aai</a>
<a href="aao.html">aao</a> <a href="aao.html">aao</a>
<a href="ai.html">ai</a> <a href="ai.html">ai</a>
<a href="ao.html">ao</a>
<a href="bi.html">bi</a> <a href="bi.html">bi</a>
<a href="bo.html">bo</a> <a href="bo.html">bo</a>
<a href="mbbi.html">mbbi</a> <a href="calcout.html">calcout</a>
<a href="mbbo.html">mbbo</a> <a href="int64in.html">int64in</a>
<a href="mbbiDirect.html">mbbiDirect</a> <a href="int64out.html">int64out</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="longin.html">longin</a> <a href="longin.html">longin</a>
<a href="longout.html">longout</a> <a href="longout.html">longout</a>
<a href="lsi.html">lsi</a>
<a href="lso.html">lso</a>
<a href="mbbiDirect.html">mbbiDirect</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="mbbi.html">mbbi</a>
<a href="mbbo.html">mbbo</a>
<a href="scalcout.html">scalcout</a>
<a href="stringin.html">stringin</a> <a href="stringin.html">stringin</a>
<a href="stringout.html">stringout</a> <a href="stringout.html">stringout</a>
<a href="waveform.html">waveform</a> <a href="waveform.html">waveform</a>
<a href="calcout.html">calcout</a> </nav>
<a href="scalcout.html">scalcout</a> Dirk Zimoch, 2018
</p> </footer>
<p><small>Dirk Zimoch, 2015</small></p>
</body> </body>
</html> </html>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: bi Records</title> <title>StreamDevice: bi Records</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -53,25 +53,31 @@ written or read value.
present. All format converters work like in normal operation. present. All format converters work like in normal operation.
</p> </p>
<hr> <footer>
<p> <nav>
<a href="aai.html">aai</a> <a href="aai.html">aai</a>
<a href="aao.html">aao</a> <a href="aao.html">aao</a>
<a href="ai.html">ai</a> <a href="ai.html">ai</a>
<a href="ao.html">ao</a> <a href="ao.html">ao</a>
<a href="bi.html">bi</a>
<a href="bo.html">bo</a> <a href="bo.html">bo</a>
<a href="mbbi.html">mbbi</a> <a href="calcout.html">calcout</a>
<a href="mbbo.html">mbbo</a> <a href="int64in.html">int64in</a>
<a href="mbbiDirect.html">mbbiDirect</a> <a href="int64out.html">int64out</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="longin.html">longin</a> <a href="longin.html">longin</a>
<a href="longout.html">longout</a> <a href="longout.html">longout</a>
<a href="lsi.html">lsi</a>
<a href="lso.html">lso</a>
<a href="mbbiDirect.html">mbbiDirect</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="mbbi.html">mbbi</a>
<a href="mbbo.html">mbbo</a>
<a href="scalcout.html">scalcout</a>
<a href="stringin.html">stringin</a> <a href="stringin.html">stringin</a>
<a href="stringout.html">stringout</a> <a href="stringout.html">stringout</a>
<a href="waveform.html">waveform</a> <a href="waveform.html">waveform</a>
<a href="calcout.html">calcout</a> </nav>
<a href="scalcout.html">scalcout</a> Dirk Zimoch, 2018
</p> </footer>
<p><small>Dirk Zimoch, 2005</small></p>
</body> </body>
</html> </html>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: bo Records</title> <title>StreamDevice: bo Records</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -52,25 +52,31 @@ written or read value.
<code>RVAL</code> as well as to <code>RBV</code> and converted by the record. <code>RVAL</code> as well as to <code>RBV</code> and converted by the record.
</p> </p>
<hr> <footer>
<p> <nav>
<a href="aai.html">aai</a> <a href="aai.html">aai</a>
<a href="aao.html">aao</a> <a href="aao.html">aao</a>
<a href="ai.html">ai</a> <a href="ai.html">ai</a>
<a href="ao.html">ao</a> <a href="ao.html">ao</a>
<a href="bi.html">bi</a> <a href="bi.html">bi</a>
<a href="mbbi.html">mbbi</a> <a href="bo.html">bo</a>
<a href="mbbo.html">mbbo</a> <a href="calcout.html">calcout</a>
<a href="mbbiDirect.html">mbbiDirect</a> <a href="int64in.html">int64in</a>
<a href="mbboDirect.html">mbboDirect</a> <a href="int64out.html">int64out</a>
<a href="longin.html">longin</a> <a href="longin.html">longin</a>
<a href="longout.html">longout</a> <a href="longout.html">longout</a>
<a href="lsi.html">lsi</a>
<a href="lso.html">lso</a>
<a href="mbbiDirect.html">mbbiDirect</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="mbbi.html">mbbi</a>
<a href="mbbo.html">mbbo</a>
<a href="scalcout.html">scalcout</a>
<a href="stringin.html">stringin</a> <a href="stringin.html">stringin</a>
<a href="stringout.html">stringout</a> <a href="stringout.html">stringout</a>
<a href="waveform.html">waveform</a> <a href="waveform.html">waveform</a>
<a href="calcout.html">calcout</a> </nav>
<a href="scalcout.html">scalcout</a> Dirk Zimoch, 2018
</p> </footer>
<p><small>Dirk Zimoch, 2005</small></p>
</body> </body>
</html> </html>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: Bus API</title> <title>StreamDevice: Bus API</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -639,7 +639,9 @@ also report a matching event which occured before the actual call
to <code>acceptEvent()</code> but after any previous call of any to <code>acceptEvent()</code> but after any previous call of any
other request method like <code>writeRequest()</code>. other request method like <code>writeRequest()</code>.
</p> </p>
<hr>
<p><small>Dirk Zimoch, 2007</small></p> <footer>
Dirk Zimoch, 2018
</footer>
</body> </body>
</html> </html>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: calcout Records</title> <title>StreamDevice: calcout Records</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -59,25 +59,31 @@ Different record fields are used for output and input. The variable
present. All format converters work like in normal operation. present. All format converters work like in normal operation.
</p> </p>
<hr> <footer>
<p> <nav>
<a href="aai.html">aai</a> <a href="aai.html">aai</a>
<a href="aao.html">aao</a> <a href="aao.html">aao</a>
<a href="ai.html">ai</a> <a href="ai.html">ai</a>
<a href="ao.html">ao</a> <a href="ao.html">ao</a>
<a href="bi.html">bi</a> <a href="bi.html">bi</a>
<a href="bo.html">bo</a> <a href="bo.html">bo</a>
<a href="mbbi.html">mbbi</a> <a href="calcout.html">calcout</a>
<a href="mbbo.html">mbbo</a> <a href="int64in.html">int64in</a>
<a href="mbbiDirect.html">mbbiDirect</a> <a href="int64out.html">int64out</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="longin.html">longin</a> <a href="longin.html">longin</a>
<a href="longout.html">longout</a> <a href="longout.html">longout</a>
<a href="lsi.html">lsi</a>
<a href="lso.html">lso</a>
<a href="mbbiDirect.html">mbbiDirect</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="mbbi.html">mbbi</a>
<a href="mbbo.html">mbbo</a>
<a href="scalcout.html">scalcout</a>
<a href="stringin.html">stringin</a> <a href="stringin.html">stringin</a>
<a href="stringout.html">stringout</a> <a href="stringout.html">stringout</a>
<a href="waveform.html">waveform</a> <a href="waveform.html">waveform</a>
<a href="scalcout.html">scalcout</a> </nav>
</p> Dirk Zimoch, 2018
<p><small>Dirk Zimoch, 2005</small></p> </footer>
</body> </body>
</html> </html>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: Using EPICS 3.13</title> <title>StreamDevice: Using EPICS 3.13</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -218,7 +218,31 @@ asynSetOption ("PS1", 0, "stop", "1")
<h2>7. <a href="setup.html#pro">Continue as with EPICS 3.14.</a></h2> <h2>7. <a href="setup.html#pro">Continue as with EPICS 3.14.</a></h2>
<hr> <footer>
<p><small>Dirk Zimoch, 2006</small></p> <nav>
<a href="aai.html">aai</a>
<a href="aao.html">aao</a>
<a href="ai.html">ai</a>
<a href="ao.html">ao</a>
<a href="bi.html">bi</a>
<a href="bo.html">bo</a>
<a href="calcout.html">calcout</a>
<a href="int64in.html">int64in</a>
<a href="int64out.html">int64out</a>
<a href="longin.html">longin</a>
<a href="longout.html">longout</a>
<a href="lsi.html">lsi</a>
<a href="lso.html">lso</a>
<a href="mbbiDirect.html">mbbiDirect</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="mbbi.html">mbbi</a>
<a href="mbbo.html">mbbo</a>
<a href="scalcout.html">scalcout</a>
<a href="stringin.html">stringin</a>
<a href="stringout.html">stringout</a>
<a href="waveform.html">waveform</a>
</nav>
Dirk Zimoch, 2018
</footer>
</body> </body>
</html> </html>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: Format Converter API</title> <title>StreamDevice: Format Converter API</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -215,7 +215,8 @@ If the <code>skip_flag</code> is set, you don't need to write to
Return <code>-1</code> on failure. Return <code>-1</code> on failure.
</p> </p>
<hr> <footer>
<p><small>Dirk Zimoch, 2007</small></p> Dirk Zimoch, 2018
</footer>
</body> </body>
</html> </html>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: Format Converters</title> <title>StreamDevice: Format Converters</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -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 Thus, only the English month names can be used (week day names are
ignored anyway). ignored anyway).
</p> </p>
<hr>
<p align="right"><a href="processing.html">Next: Record Processing</a></p> <footer>
<p><small>Dirk Zimoch, 2015</small></p> <a href="processing.html">Next: Record Processing</a>
Dirk Zimoch, 2018
</footer>
</body> </body>
</html> </html>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice</title> <title>StreamDevice</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -104,8 +104,10 @@ This marks text you typically type in configuration files etc.
<pre> <pre>
Longer code segments are often set in a box. Longer code segments are often set in a box.
</pre> </pre>
<hr>
<p align="right"><a href="setup.html">Next: Setup</a></p> <footer>
<p><small>Dirk Zimoch, 2015</small></p> <a href="setup.html">Next: Setup</a>
Dirk Zimoch, 2018
</footer>
</body> </body>
</html> </html>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: longin Records</title> <title>StreamDevice: longin Records</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -46,25 +46,31 @@ written or read value.
present. All format converters work like in normal operation. present. All format converters work like in normal operation.
</p> </p>
<hr> <footer>
<p> <nav>
<a href="aai.html">aai</a> <a href="aai.html">aai</a>
<a href="aao.html">aao</a> <a href="aao.html">aao</a>
<a href="ai.html">ai</a> <a href="ai.html">ai</a>
<a href="ao.html">ao</a> <a href="ao.html">ao</a>
<a href="bi.html">bi</a> <a href="bi.html">bi</a>
<a href="bo.html">bo</a> <a href="bo.html">bo</a>
<a href="mbbi.html">mbbi</a> <a href="calcout.html">calcout</a>
<a href="mbbo.html">mbbo</a> <a href="int64in.html">int64in</a>
<a href="int64out.html">int64out</a>
<a href="longin.html">longin</a>
<a href="longout.html">longout</a>
<a href="lsi.html">lsi</a>
<a href="lso.html">lso</a>
<a href="mbbiDirect.html">mbbiDirect</a> <a href="mbbiDirect.html">mbbiDirect</a>
<a href="mbboDirect.html">mbboDirect</a> <a href="mbboDirect.html">mbboDirect</a>
<a href="longout.html">longout</a> <a href="mbbi.html">mbbi</a>
<a href="mbbo.html">mbbo</a>
<a href="scalcout.html">scalcout</a>
<a href="stringin.html">stringin</a> <a href="stringin.html">stringin</a>
<a href="stringout.html">stringout</a> <a href="stringout.html">stringout</a>
<a href="waveform.html">waveform</a> <a href="waveform.html">waveform</a>
<a href="calcout.html">calcout</a> </nav>
<a href="scalcout.html">scalcout</a> Dirk Zimoch, 2018
</p> </footer>
<p><small>Dirk Zimoch, 2005</small></p>
</body> </body>
</html> </html>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: longout Records</title> <title>StreamDevice: longout Records</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -46,25 +46,31 @@ written or read value.
present. All format converters work like in normal operation. present. All format converters work like in normal operation.
</p> </p>
<hr> <footer>
<p> <nav>
<a href="aai.html">aai</a> <a href="aai.html">aai</a>
<a href="aao.html">aao</a> <a href="aao.html">aao</a>
<a href="ai.html">ai</a> <a href="ai.html">ai</a>
<a href="ao.html">ao</a> <a href="ao.html">ao</a>
<a href="bi.html">bi</a> <a href="bi.html">bi</a>
<a href="bo.html">bo</a> <a href="bo.html">bo</a>
<a href="mbbi.html">mbbi</a> <a href="calcout.html">calcout</a>
<a href="mbbo.html">mbbo</a> <a href="int64in.html">int64in</a>
<a href="int64out.html">int64out</a>
<a href="longin.html">longin</a>
<a href="longout.html">longout</a>
<a href="lsi.html">lsi</a>
<a href="lso.html">lso</a>
<a href="mbbiDirect.html">mbbiDirect</a> <a href="mbbiDirect.html">mbbiDirect</a>
<a href="mbboDirect.html">mbboDirect</a> <a href="mbboDirect.html">mbboDirect</a>
<a href="longin.html">longin</a> <a href="mbbi.html">mbbi</a>
<a href="mbbo.html">mbbo</a>
<a href="scalcout.html">scalcout</a>
<a href="stringin.html">stringin</a> <a href="stringin.html">stringin</a>
<a href="stringout.html">stringout</a> <a href="stringout.html">stringout</a>
<a href="waveform.html">waveform</a> <a href="waveform.html">waveform</a>
<a href="calcout.html">calcout</a> </nav>
<a href="scalcout.html">scalcout</a> Dirk Zimoch, 2018
</p> </footer>
<p><small>Dirk Zimoch, 2005</small></p>
</body> </body>
</html> </html>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: mbbi Records</title> <title>StreamDevice: mbbi Records</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -70,25 +70,31 @@ written or read value.
present. All format converters work like in normal operation. present. All format converters work like in normal operation.
</p> </p>
<hr> <footer>
<p> <nav>
<a href="aai.html">aai</a> <a href="aai.html">aai</a>
<a href="aao.html">aao</a> <a href="aao.html">aao</a>
<a href="ai.html">ai</a> <a href="ai.html">ai</a>
<a href="ao.html">ao</a> <a href="ao.html">ao</a>
<a href="bi.html">bi</a> <a href="bi.html">bi</a>
<a href="bo.html">bo</a> <a href="bo.html">bo</a>
<a href="mbbo.html">mbbo</a> <a href="calcout.html">calcout</a>
<a href="mbbiDirect.html">mbbiDirect</a> <a href="int64in.html">int64in</a>
<a href="mbboDirect.html">mbboDirect</a> <a href="int64out.html">int64out</a>
<a href="longin.html">longin</a> <a href="longin.html">longin</a>
<a href="longout.html">longout</a> <a href="longout.html">longout</a>
<a href="lsi.html">lsi</a>
<a href="lso.html">lso</a>
<a href="mbbiDirect.html">mbbiDirect</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="mbbi.html">mbbi</a>
<a href="mbbo.html">mbbo</a>
<a href="scalcout.html">scalcout</a>
<a href="stringin.html">stringin</a> <a href="stringin.html">stringin</a>
<a href="stringout.html">stringout</a> <a href="stringout.html">stringout</a>
<a href="waveform.html">waveform</a> <a href="waveform.html">waveform</a>
<a href="calcout.html">calcout</a> </nav>
<a href="scalcout.html">scalcout</a> Dirk Zimoch, 2018
</p> </footer>
<p><small>Dirk Zimoch, 2005</small></p>
</body> </body>
</html> </html>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: mbbiDirect Records</title> <title>StreamDevice: mbbiDirect Records</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -56,25 +56,31 @@ written or read value.
present. All format converters work like in normal operation. present. All format converters work like in normal operation.
</p> </p>
<hr> <footer>
<p> <nav>
<a href="aai.html">aai</a> <a href="aai.html">aai</a>
<a href="aao.html">aao</a> <a href="aao.html">aao</a>
<a href="ai.html">ai</a> <a href="ai.html">ai</a>
<a href="ao.html">ao</a> <a href="ao.html">ao</a>
<a href="bi.html">bi</a> <a href="bi.html">bi</a>
<a href="bo.html">bo</a> <a href="bo.html">bo</a>
<a href="mbbi.html">mbbi</a> <a href="calcout.html">calcout</a>
<a href="mbbo.html">mbbo</a> <a href="int64in.html">int64in</a>
<a href="mbboDirect.html">mbboDirect</a> <a href="int64out.html">int64out</a>
<a href="longin.html">longin</a> <a href="longin.html">longin</a>
<a href="longout.html">longout</a> <a href="longout.html">longout</a>
<a href="lsi.html">lsi</a>
<a href="lso.html">lso</a>
<a href="mbbiDirect.html">mbbiDirect</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="mbbi.html">mbbi</a>
<a href="mbbo.html">mbbo</a>
<a href="scalcout.html">scalcout</a>
<a href="stringin.html">stringin</a> <a href="stringin.html">stringin</a>
<a href="stringout.html">stringout</a> <a href="stringout.html">stringout</a>
<a href="waveform.html">waveform</a> <a href="waveform.html">waveform</a>
<a href="calcout.html">calcout</a> </nav>
<a href="scalcout.html">calcout</a> Dirk Zimoch, 2018
</p> </footer>
<p><small>Dirk Zimoch, 2005</small></p>
</body> </body>
</html> </html>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: mbbo Records</title> <title>StreamDevice: mbbo Records</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -71,25 +71,31 @@ written or read value.
record. record.
</p> </p>
<hr> <footer>
<p> <nav>
<a href="aai.html">aai</a> <a href="aai.html">aai</a>
<a href="aao.html">aao</a> <a href="aao.html">aao</a>
<a href="ai.html">ai</a> <a href="ai.html">ai</a>
<a href="ao.html">ao</a> <a href="ao.html">ao</a>
<a href="bi.html">bi</a> <a href="bi.html">bi</a>
<a href="bo.html">bo</a> <a href="bo.html">bo</a>
<a href="mbbi.html">mbbi</a> <a href="calcout.html">calcout</a>
<a href="mbbiDirect.html">mbbiDirect</a> <a href="int64in.html">int64in</a>
<a href="mbboDirect.html">mbboDirect</a> <a href="int64out.html">int64out</a>
<a href="longin.html">longin</a> <a href="longin.html">longin</a>
<a href="longout.html">longout</a> <a href="longout.html">longout</a>
<a href="lsi.html">lsi</a>
<a href="lso.html">lso</a>
<a href="mbbiDirect.html">mbbiDirect</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="mbbi.html">mbbi</a>
<a href="mbbo.html">mbbo</a>
<a href="scalcout.html">scalcout</a>
<a href="stringin.html">stringin</a> <a href="stringin.html">stringin</a>
<a href="stringout.html">stringout</a> <a href="stringout.html">stringout</a>
<a href="waveform.html">waveform</a> <a href="waveform.html">waveform</a>
<a href="calcout.html">calcout</a> </nav>
<a href="scalcout.html">scalcout</a> Dirk Zimoch, 2018
</p> </footer>
<p><small>Dirk Zimoch, 2005</small></p>
</body> </body>
</html> </html>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: mbboDirect Records</title> <title>StreamDevice: mbboDirect Records</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -58,25 +58,31 @@ written or read value.
record if <code>MASK!=0</code>. record if <code>MASK!=0</code>.
</p> </p>
<hr> <footer>
<p> <nav>
<a href="aai.html">aai</a> <a href="aai.html">aai</a>
<a href="aao.html">aao</a> <a href="aao.html">aao</a>
<a href="ai.html">ai</a> <a href="ai.html">ai</a>
<a href="ao.html">ao</a> <a href="ao.html">ao</a>
<a href="bi.html">bi</a> <a href="bi.html">bi</a>
<a href="bo.html">bo</a> <a href="bo.html">bo</a>
<a href="mbbi.html">mbbi</a> <a href="calcout.html">calcout</a>
<a href="mbbo.html">mbbo</a> <a href="int64in.html">int64in</a>
<a href="mbbiDirect.html">mbbiDirect</a> <a href="int64out.html">int64out</a>
<a href="longin.html">longin</a> <a href="longin.html">longin</a>
<a href="longout.html">longout</a> <a href="longout.html">longout</a>
<a href="lsi.html">lsi</a>
<a href="lso.html">lso</a>
<a href="mbbiDirect.html">mbbiDirect</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="mbbi.html">mbbi</a>
<a href="mbbo.html">mbbo</a>
<a href="scalcout.html">scalcout</a>
<a href="stringin.html">stringin</a> <a href="stringin.html">stringin</a>
<a href="stringout.html">stringout</a> <a href="stringout.html">stringout</a>
<a href="waveform.html">waveform</a> <a href="waveform.html">waveform</a>
<a href="calcout.html">calcout</a> </nav>
<a href="scalcout.html">scalcout</a> Dirk Zimoch, 2018
</p> </footer>
<p><small>Dirk Zimoch, 2005</small></p>
</body> </body>
</html> </html>

View File

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>Navbar</title> <title>Navbar</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta charset="utf-8" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
<style type="text/css"> <style type="text/css">
<!-- <!--
body {margin:0 0 13ex 1em; body {margin:0 0 13ex 1em;
@ -156,17 +156,21 @@ div div div a {list-style-type:circle;}
<a target="_parent" href="ao.html">ao</a> <a target="_parent" href="ao.html">ao</a>
<a target="_parent" href="bi.html">bi</a> <a target="_parent" href="bi.html">bi</a>
<a target="_parent" href="bo.html">bo</a> <a target="_parent" href="bo.html">bo</a>
<a target="_parent" href="mbbi.html">mbbi</a> <a target="_parent" href="calcout.html">calcout</a>
<a target="_parent" href="mbbo.html">mbbo</a> <a target="_parent" href="int64in.html">int64in</a>
<a target="_parent" href="mbbiDirect.html">mbbiDirect</a> <a target="_parent" href="int64out.html">int64out</a>
<a target="_parent" href="mbboDirect.html">mbboDirect</a>
<a target="_parent" href="stringin.html">stringin</a>
<a target="_parent" href="stringout.html">stringout</a>
<a target="_parent" href="longin.html">longin</a> <a target="_parent" href="longin.html">longin</a>
<a target="_parent" href="longout.html">longout</a> <a target="_parent" href="longout.html">longout</a>
<a target="_parent" href="waveform.html">waveform</a> <a target="_parent" href="lsi.html">lsi</a>
<a target="_parent" href="calcout.html">calcout</a> <a target="_parent" href="lso.html">lso</a>
<a target="_parent" href="mbbiDirect.html">mbbiDirect</a>
<a target="_parent" href="mbboDirect.html">mbboDirect</a>
<a target="_parent" href="mbbi.html">mbbi</a>
<a target="_parent" href="mbbo.html">mbbo</a>
<a target="_parent" href="scalcout.html">scalcout</a> <a target="_parent" href="scalcout.html">scalcout</a>
<a target="_parent" href="stringin.html">stringin</a>
<a target="_parent" href="stringout.html">stringout</a>
<a target="_parent" href="waveform.html">waveform</a>
</div> </div>
</div> </div>
<div> <div>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: Operating System API</title> <title>StreamDevice: Operating System API</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -14,7 +14,9 @@
<h2>Sorry, this documentation is still missing.</h2> <h2>Sorry, this documentation is still missing.</h2>
<hr>
<p><small>Dirk Zimoch, 2006</small></p> <footer>
Dirk Zimoch, 2018
</footer>
</body> </body>
</html> </html>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: Record Processing</title> <title>StreamDevice: Record Processing</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -251,8 +251,10 @@ Even though the <code>getROIend</code> protocol may receive input
from other requests, it silently ignores every message that does not start from other requests, it silently ignores every message that does not start
with "<code>ROI</code>", followed by two floating point numbers. with "<code>ROI</code>", followed by two floating point numbers.
</p> </p>
<hr>
<p align="right"><a href="recordtypes.html">Next: Supported Record Types</a></p> <footer>
<p><small>Dirk Zimoch, 2005</small></p> <a href="recordtypes.html">Next: Supported Record Types</a>
Dirk Zimoch, 2018
</footer>
</body> </body>
</html> </html>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: Protocol Files</title> <title>StreamDevice: Protocol Files</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -580,8 +580,10 @@ is called but the protocol terminates immediately.
An exception handler uses all <a href="#sysvar">system variable</a> An exception handler uses all <a href="#sysvar">system variable</a>
settings from the protocol in which the exception occurred. settings from the protocol in which the exception occurred.
</p> </p>
<hr>
<p align="right"><a href="formats.html">Next: Format Converters</a></p> <footer>
<p><small>Dirk Zimoch, 2011</small></p> <a href="formats.html">Next: Format Converters</a>
Dirk Zimoch, 2018
</footer>
</body> </body>
</html> </html>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: Record API</title> <title>StreamDevice: Record API</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -14,7 +14,9 @@
<h2>Sorry, this documentation is still missing.</h2> <h2>Sorry, this documentation is still missing.</h2>
<hr>
<p><small>Dirk Zimoch, 2006</small></p> <footer>
Dirk Zimoch, 2018
</footer>
</body> </body>
</html> </html>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: Record Types</title> <title>StreamDevice: Record Types</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -18,25 +18,32 @@
in EPICS base which can have device support. in EPICS base which can have device support.
</p> </p>
<p> <p>
There is a separate page for each supported record type:<br> There is a separate page for each supported record type:
</p>
<p>
<a href="aai.html">aai</a> <a href="aai.html">aai</a>
<a href="aao.html">aao</a> <a href="aao.html">aao</a>
<a href="ai.html">ai</a> <a href="ai.html">ai</a>
<a href="ao.html">ao</a> <a href="ao.html">ao</a>
<a href="bi.html">bi</a> <a href="bi.html">bi</a>
<a href="bo.html">bo</a> <a href="bo.html">bo</a>
<a href="mbbi.html">mbbi</a> <a href="calcout.html">calcout</a>
<a href="mbbo.html">mbbo</a> <a href="int64in.html">int64in</a>
<a href="mbbiDirect.html">mbbiDirect</a> <a href="int64out.html">int64out</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="longin.html">longin</a> <a href="longin.html">longin</a>
<a href="longout.html">longout</a> <a href="longout.html">longout</a>
<a href="lsi.html">lsi</a>
<a href="lso.html">lso</a>
<a href="mbbiDirect.html">mbbiDirect</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="mbbi.html">mbbi</a>
<a href="mbbo.html">mbbo</a>
<a href="scalcout.html">scalcout</a>
<a href="stringin.html">stringin</a> <a href="stringin.html">stringin</a>
<a href="stringout.html">stringout</a> <a href="stringout.html">stringout</a>
<a href="waveform.html">waveform</a> <a href="waveform.html">waveform</a>
<a href="calcout.html">calcout</a>
<a href="scalcout.html">scalcout</a>
</p> </p>
<p> <p>
Each page describes which record fields are used in input and output Each page describes which record fields are used in input and output
for different <a href="formats.html#types">format data types</a> for different <a href="formats.html#types">format data types</a>
@ -48,7 +55,8 @@ It is also possible to
<a href="recordinterface.html">write support for other recordtypes</a>. <a href="recordinterface.html">write support for other recordtypes</a>.
</p> </p>
<hr> <footer>
<p><small>Dirk Zimoch, 2005</small></p> Dirk Zimoch, 2018
</footer>
</body> </body>
</html> </html>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: scalcout Records</title> <title>StreamDevice: scalcout Records</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -77,25 +77,31 @@ Different record fields are used for output and input. The variable
present. All format converters work like in normal operation. present. All format converters work like in normal operation.
</p> </p>
<hr> <footer>
<p> <nav>
<a href="aai.html">aai</a> <a href="aai.html">aai</a>
<a href="aao.html">aao</a> <a href="aao.html">aao</a>
<a href="ai.html">ai</a> <a href="ai.html">ai</a>
<a href="ao.html">ao</a> <a href="ao.html">ao</a>
<a href="bi.html">bi</a> <a href="bi.html">bi</a>
<a href="bo.html">bo</a> <a href="bo.html">bo</a>
<a href="mbbi.html">mbbi</a> <a href="calcout.html">calcout</a>
<a href="mbbo.html">mbbo</a> <a href="int64in.html">int64in</a>
<a href="mbbiDirect.html">mbbiDirect</a> <a href="int64out.html">int64out</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="longin.html">longin</a> <a href="longin.html">longin</a>
<a href="longout.html">longout</a> <a href="longout.html">longout</a>
<a href="lsi.html">lsi</a>
<a href="lso.html">lso</a>
<a href="mbbiDirect.html">mbbiDirect</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="mbbi.html">mbbi</a>
<a href="mbbo.html">mbbo</a>
<a href="scalcout.html">scalcout</a>
<a href="stringin.html">stringin</a> <a href="stringin.html">stringin</a>
<a href="stringout.html">stringout</a> <a href="stringout.html">stringout</a>
<a href="waveform.html">waveform</a> <a href="waveform.html">waveform</a>
<a href="calcout.html">calcout</a> </nav>
</p> Dirk Zimoch, 2018
<p><small>Dirk Zimoch, 2005</small></p> </footer>
</body> </body>
</html> </html>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: Setup</title> <title>StreamDevice: Setup</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -445,8 +445,9 @@ record (ao, "PS1:I-set")
} }
</pre> </pre>
<hr> <footer>
<p align="right"><a href="protocol.html">Next: Protocol Files</a></p> <a href="protocol.html">Next: Protocol Files</a>
<p><small>Dirk Zimoch, 2018</small></p> Dirk Zimoch, 2018
</footer>
</body> </body>
</html> </html>

View File

@ -5,10 +5,10 @@ a:hover {color: #FF0000;}
body { body {
margin-right:1em; margin-right:1em;
margin-left:15em; margin-left:15em;
margin-top:70px; margin-top:75px;
padding-top:1px; padding-top:1px;
font-family: Helvetica, Arial, sans-serif; font-family: Helvetica, Arial, sans-serif;
font-size:14px; font-size: 100%;
background-color:#ffffff; background-color:#ffffff;
} }
@ -74,11 +74,30 @@ p {
margin-bottom:0.75ex; margin-bottom:0.75ex;
} }
body h1 + p {
margin-top:1.5ex;
margin-bottom:0.75ex;
}
footer {
font-size:75%;
margin-top: 1em;
border-top: 1px solid darkgray;
padding-top: 1em;
}
footer a:only-of-type {
display: block;
position: absolute;
right: 1em;
}
small { small {
font-size:75%; font-size:75%;
} }
code { code {
font-size: 125%;
color: #008000; color: #008000;
} }

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: stringin Records</title> <title>StreamDevice: stringin Records</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -43,25 +43,31 @@ written or read value.
present. All format converters work like in normal operation. present. All format converters work like in normal operation.
</p> </p>
<hr> <footer>
<p> <nav>
<a href="aai.html">aai</a> <a href="aai.html">aai</a>
<a href="aao.html">aao</a> <a href="aao.html">aao</a>
<a href="ai.html">ai</a> <a href="ai.html">ai</a>
<a href="ao.html">ao</a> <a href="ao.html">ao</a>
<a href="bi.html">bi</a> <a href="bi.html">bi</a>
<a href="bo.html">bo</a> <a href="bo.html">bo</a>
<a href="mbbi.html">mbbi</a> <a href="calcout.html">calcout</a>
<a href="mbbo.html">mbbo</a> <a href="int64in.html">int64in</a>
<a href="mbbiDirect.html">mbbiDirect</a> <a href="int64out.html">int64out</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="longin.html">longin</a> <a href="longin.html">longin</a>
<a href="longout.html">longout</a> <a href="longout.html">longout</a>
<a href="lsi.html">lsi</a>
<a href="lso.html">lso</a>
<a href="mbbiDirect.html">mbbiDirect</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="mbbi.html">mbbi</a>
<a href="mbbo.html">mbbo</a>
<a href="scalcout.html">scalcout</a>
<a href="stringin.html">stringin</a>
<a href="stringout.html">stringout</a> <a href="stringout.html">stringout</a>
<a href="waveform.html">waveform</a> <a href="waveform.html">waveform</a>
<a href="calcout.html">calcout</a> </nav>
<a href="scalcout.html">scalcout</a> Dirk Zimoch, 2018
</p> </footer>
<p><small>Dirk Zimoch, 2005</small></p>
</body> </body>
</html> </html>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: stringout Records</title> <title>StreamDevice: stringout Records</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -43,25 +43,31 @@ written or read value.
present. All format converters work like in normal operation. present. All format converters work like in normal operation.
</p> </p>
<hr> <footer>
<p> <nav>
<a href="aai.html">aai</a> <a href="aai.html">aai</a>
<a href="aao.html">aao</a> <a href="aao.html">aao</a>
<a href="ai.html">ai</a> <a href="ai.html">ai</a>
<a href="ao.html">ao</a> <a href="ao.html">ao</a>
<a href="bi.html">bi</a> <a href="bi.html">bi</a>
<a href="bo.html">bo</a> <a href="bo.html">bo</a>
<a href="mbbi.html">mbbi</a> <a href="calcout.html">calcout</a>
<a href="mbbo.html">mbbo</a> <a href="int64in.html">int64in</a>
<a href="mbbiDirect.html">mbbiDirect</a> <a href="int64out.html">int64out</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="longin.html">longin</a> <a href="longin.html">longin</a>
<a href="longout.html">longout</a> <a href="longout.html">longout</a>
<a href="stringin.html">stringin</a> <a href="lsi.html">lsi</a>
<a href="waveform.html">waveform</a> <a href="lso.html">lso</a>
<a href="calcout.html">calcout</a> <a href="mbbiDirect.html">mbbiDirect</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="mbbi.html">mbbi</a>
<a href="mbbo.html">mbbo</a>
<a href="scalcout.html">scalcout</a> <a href="scalcout.html">scalcout</a>
</p> <a href="stringin.html">stringin</a>
<p><small>Dirk Zimoch, 2005</small></p> <a href="stringout.html">stringout</a>
<a href="waveform.html">waveform</a>
</nav>
Dirk Zimoch, 2018
</footer>
</body> </body>
</html> </html>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: Tips and Tricks</title> <title>StreamDevice: Tips and Tricks</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -406,7 +406,9 @@ and <a href="formats.html#redirection">redirections</a>.
But this only works if the order of the values is predictible. But this only works if the order of the values is predictible.
<i>StreamDevice</i> is not an XML parser! It always reads sequentially. <i>StreamDevice</i> is not an XML parser! It always reads sequentially.
</p> </p>
<hr>
<p><small>Dirk Zimoch, 2012</small></p> <footer>
Dirk Zimoch, 2018
</footer>
</body> </body>
</html> </html>

View File

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html>
<head> <head>
<title>StreamDevice: waveform Records</title> <title>StreamDevice: waveform Records</title>
<link rel="shortcut icon" href="favicon.ico"> <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stream.css"> <link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="stream.css" />
<meta name="author" content="Dirk Zimoch"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dirk Zimoch" />
</head> </head>
<body> <body>
<iframe src="nav.html" id="navleft"></iframe> <iframe src="nav.html" id="navleft"></iframe>
@ -15,7 +15,7 @@
<h2>Normal Operation</h2> <h2>Normal Operation</h2>
<p> <p>
With waveform records, the format converter is applied to With waveform 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 <code>Separator</code> or expected as specified by the <code>Separator</code>
<a href="protocol.html#sysvar">variable</a> in the <a href="protocol.html#sysvar">variable</a> in the
protocol. protocol.
@ -102,25 +102,31 @@ the written or read value.
present. All format converters work like in normal operation. present. All format converters work like in normal operation.
</p> </p>
<hr> <footer>
<p> <nav>
<a href="aai.html">aai</a> <a href="aai.html">aai</a>
<a href="aao.html">aao</a> <a href="aao.html">aao</a>
<a href="ai.html">ai</a> <a href="ai.html">ai</a>
<a href="ao.html">ao</a> <a href="ao.html">ao</a>
<a href="bi.html">bi</a> <a href="bi.html">bi</a>
<a href="bo.html">bo</a> <a href="bo.html">bo</a>
<a href="mbbi.html">mbbi</a> <a href="calcout.html">calcout</a>
<a href="mbbo.html">mbbo</a> <a href="int64in.html">int64in</a>
<a href="mbbiDirect.html">mbbiDirect</a> <a href="int64out.html">int64out</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="longin.html">longin</a> <a href="longin.html">longin</a>
<a href="longout.html">longout</a> <a href="longout.html">longout</a>
<a href="lsi.html">lsi</a>
<a href="lso.html">lso</a>
<a href="mbbiDirect.html">mbbiDirect</a>
<a href="mbboDirect.html">mbboDirect</a>
<a href="mbbi.html">mbbi</a>
<a href="mbbo.html">mbbo</a>
<a href="scalcout.html">scalcout</a>
<a href="stringin.html">stringin</a> <a href="stringin.html">stringin</a>
<a href="stringout.html">stringout</a> <a href="stringout.html">stringout</a>
<a href="calcout.html">calcout</a> <a href="waveform.html">waveform</a>
<a href="scalcout.html">scalcout</a> </nav>
</p> Dirk Zimoch, 2018
<p><small>Dirk Zimoch, 2005</small></p> </footer>
</body> </body>
</html> </html>