This commit is contained in:
Michael Davidsaver
2014-06-16 18:13:58 -04:00
parent 6a1d485230
commit f66a457504
2 changed files with 13 additions and 1 deletions

View File

@ -13,7 +13,7 @@ It will attempt to scan (call the process method) one a second.
The *INP* field is parsed and the first work identifies the Python module which will provide The *INP* field is parsed and the first work identifies the Python module which will provide
the logic behind this record (everything after the first word is passed to the module :py:func:`build` function. the logic behind this record (everything after the first word is passed to the module :py:func:`build` function.
Now create :download:`cntrec.db <../testApp/cntmod.py>` with the following. Now create :download:`cntmod.py <../testApp/cntmod.py>` with the following.
.. literalinclude:: ../testApp/cntmod.py .. literalinclude:: ../testApp/cntmod.py

View File

@ -9,6 +9,11 @@ pydevsup documentation
*pyDevSup* is a means of writing EPICS device support code in Python. *pyDevSup* is a means of writing EPICS device support code in Python.
It currently supports EPICS >=3.14.11 and python versions: 2.6, 2.7, and 3.2. It currently supports EPICS >=3.14.11 and python versions: 2.6, 2.7, and 3.2.
The numpy package is also required.
The source can be found at http://github.com/mdavidsaver/pyDevSup
File releases are available at http://sourceforge.net/projects/epics/files/pyDevSup
Contents: Contents:
@ -21,6 +26,13 @@ Contents:
interfaces interfaces
ptable ptable
Release History
---------------
* v0.2 (June 2014)
* Initial release
Indices and tables Indices and tables
================== ==================