moved documentation to docs/ directory to fit github convention
@ -7,7 +7,7 @@ EXCLUDE_VERSIONS = 3.13.2
|
|||||||
PROJECT=stream
|
PROJECT=stream
|
||||||
BUILDCLASSES += Linux
|
BUILDCLASSES += Linux
|
||||||
|
|
||||||
DOCUDIR = documentation
|
DOCUDIR = docs
|
||||||
|
|
||||||
PCRE=1
|
PCRE=1
|
||||||
ASYN=1
|
ASYN=1
|
||||||
|
6
Makefile
@ -20,7 +20,7 @@ streamApp_DEPEND_DIRS = src
|
|||||||
|
|
||||||
include $(CONFIG)/RULES_TOP
|
include $(CONFIG)/RULES_TOP
|
||||||
|
|
||||||
documentation/stream.pdf: documentation/*.html documentation/*.css documentation/*.png
|
docs/stream.pdf: docs/*.html docs/*.css docs/*.png
|
||||||
cd documentation; makepdf
|
cd docs; makepdf
|
||||||
|
|
||||||
pdf: documentation/stream.pdf
|
pdf: docs/stream.pdf
|
||||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 187 B After Width: | Height: | Size: 187 B |
Before Width: | Height: | Size: 187 B After Width: | Height: | Size: 187 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@ -4,7 +4,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is the interface to asyn driver for StreamDevice. *
|
* This is the interface to asyn driver for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is the BCD format converter of StreamDevice. *
|
* This is the BCD format converter of StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is the binary format converter of StreamDevice. *
|
* This is the binary format converter of StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2006-2018 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2006-2018 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is the checksum pseudo-converter of StreamDevice. *
|
* This is the checksum pseudo-converter of StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is the enum format converter of StreamDevice. *
|
* This is the enum format converter of StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
* StreamDevice. *
|
* StreamDevice. *
|
||||||
* The number is represented as two signed integers, mantissa *
|
* The number is represented as two signed integers, mantissa *
|
||||||
* and exponent, like in +00011-01 *
|
* and exponent, like in +00011-01 *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is the raw format converter of StreamDevice. *
|
* This is the raw format converter of StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is the raw format converter of StreamDevice. *
|
* This is the raw format converter of StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2007 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2007 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is the regexp format converter of StreamDevice. *
|
* This is the regexp format converter of StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is a buffer class used in StreamDevice for I/O. *
|
* This is a buffer class used in StreamDevice for I/O. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is a buffer class used in StreamDevice for I/O. *
|
* This is a buffer class used in StreamDevice for I/O. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is the interface to bus drivers for StreamDevice. *
|
* This is the interface to bus drivers for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is the interface to bus drivers for StreamDevice. *
|
* This is the interface to bus drivers for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is the kernel of StreamDevice. *
|
* This is the kernel of StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is the kernel of StreamDevice. *
|
* This is the kernel of StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is the interface to EPICS for StreamDevice. *
|
* This is the interface to EPICS for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is error and debug message handling of StreamDevice. *
|
* This is error and debug message handling of StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is error and debug message handling of StreamDevice. *
|
* This is error and debug message handling of StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
* *
|
* *
|
||||||
* This header defines the format stucture used to interface *
|
* This header defines the format stucture used to interface *
|
||||||
* format converters and record interfaces to StreamDevice *
|
* format converters and record interfaces to StreamDevice *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
* *
|
* *
|
||||||
* This is the format converter base and includes the standard *
|
* This is the format converter base and includes the standard *
|
||||||
* format converters for StreamDevice. *
|
* format converters for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is the format converter header of StreamDevice. *
|
* This is the format converter header of StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is the protocol parser of StreamDevice. *
|
* This is the protocol parser of StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is the protocol parser of StreamDevice. *
|
* This is the protocol parser of StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This provides a version string for StreamDevice. *
|
* This provides a version string for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2010 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2010 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is the time stamp converter of StreamDevice. *
|
* This is the time stamp converter of StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is the header for the EPICS interface to StreamDevice. *
|
* This is the header for the EPICS interface to StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2006 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2006 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is an EPICS record Interface for StreamDevice. *
|
* This is an EPICS record Interface for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2006 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2006 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is an EPICS record Interface for StreamDevice. *
|
* This is an EPICS record Interface for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is an EPICS record Interface for StreamDevice. *
|
* This is an EPICS record Interface for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is an EPICS record Interface for StreamDevice. *
|
* This is an EPICS record Interface for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is an EPICS record Interface for StreamDevice. *
|
* This is an EPICS record Interface for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is an EPICS record Interface for StreamDevice. *
|
* This is an EPICS record Interface for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is an EPICS record Interface for StreamDevice. *
|
* This is an EPICS record Interface for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* (C) 2018 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2018 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is an EPICS record Interface for StreamDevice. *
|
* This is an EPICS record Interface for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* (C) 2018 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2018 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is an EPICS record Interface for StreamDevice. *
|
* This is an EPICS record Interface for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is an EPICS record Interface for StreamDevice. *
|
* This is an EPICS record Interface for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is an EPICS record Interface for StreamDevice. *
|
* This is an EPICS record Interface for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* (C) 2018 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2018 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is an EPICS record Interface for StreamDevice. *
|
* This is an EPICS record Interface for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* (C) 2018 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2018 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is an EPICS record Interface for StreamDevice. *
|
* This is an EPICS record Interface for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is an EPICS record Interface for StreamDevice. *
|
* This is an EPICS record Interface for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is an EPICS record Interface for StreamDevice. *
|
* This is an EPICS record Interface for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is an EPICS record Interface for StreamDevice. *
|
* This is an EPICS record Interface for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is an EPICS record Interface for StreamDevice. *
|
* This is an EPICS record Interface for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* (C) 2006 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2006 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is an EPICS record Interface for StreamDevice. *
|
* This is an EPICS record Interface for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is an EPICS record Interface for StreamDevice. *
|
* This is an EPICS record Interface for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is an EPICS record Interface for StreamDevice. *
|
* This is an EPICS record Interface for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is an EPICS record Interface for StreamDevice. *
|
* This is an EPICS record Interface for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
|
||||||
* *
|
* *
|
||||||
* This is an example application initializer for StreamDevice. *
|
* This is an example application initializer for StreamDevice. *
|
||||||
* Please refer to the HTML files in ../doc/ for a detailed *
|
* Please refer to the HTML files in ../docs/ for a detailed *
|
||||||
* documentation. *
|
* documentation. *
|
||||||
* *
|
* *
|
||||||
* If you do any changes in this file, you are not allowed to *
|
* If you do any changes in this file, you are not allowed to *
|
||||||
|