This commit is contained in:
Michael Davidsaver
2013-04-14 16:24:37 -04:00
parent 229eb81864
commit ffc6ec396f
5 changed files with 34 additions and 19 deletions

View File

@ -1,8 +1,18 @@
devsup Package
==============
.. module:: devsup
.. autofunction:: devsup.verinfo
.. data:: NO_ALARM, MINOR_ALARM, MAJOR_ALARM, INVALID_ALARM
Constants for alarm severity. Use with :meth:`Record.setSevr <.db.Record.setSevr>`
.. data:: NO_ALARM, READ_ALARM, WRITE_ALARM, ...
Constants for alarm status. Use with :meth:`Record.setSevr <.db.Record.setSevr>`
:mod:`db` Module
----------------
@ -40,6 +50,8 @@ devsup Package
.. automethod:: field
.. automethod:: setSevr
.. automethod:: setTime
.. automethod:: scan