moved documentation to docs/ directory to fit github convention

This commit is contained in:
2018-08-14 09:56:24 +02:00
parent 9bd89318bb
commit 1bb3614e80
90 changed files with 52 additions and 52 deletions

View File

@ -4,7 +4,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2006-2018 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -7,7 +7,7 @@
* StreamDevice. *
* The number is represented as two signed integers, mantissa *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2007 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -4,7 +4,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -4,7 +4,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -4,7 +4,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -4,7 +4,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -4,7 +4,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -4,7 +4,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -6,7 +6,7 @@
* *
* This header defines the format stucture used to interface *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -6,7 +6,7 @@
* *
* This is the format converter base and includes the standard *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -4,7 +4,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2010 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2006 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2006 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -4,7 +4,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -4,7 +4,7 @@
* (C) 2018 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -4,7 +4,7 @@
* (C) 2018 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -4,7 +4,7 @@
* (C) 2018 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -4,7 +4,7 @@
* (C) 2018 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -6,7 +6,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -6,7 +6,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -6,7 +6,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -6,7 +6,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -4,7 +4,7 @@
* (C) 2006 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *

View File

@ -5,7 +5,7 @@
* (C) 2005 Dirk Zimoch (dirk.zimoch@psi.ch) *
* *
* 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. *
* *
* If you do any changes in this file, you are not allowed to *