fetched mlz version
- before some chamges in the gerrit pipline Change-Id: I33eb2d75f83345a7039d0fb709e66defefb1c3e0
This commit is contained in:
@ -1,81 +1,143 @@
|
||||
Reference
|
||||
---------
|
||||
|
||||
Core
|
||||
....
|
||||
|
||||
For convenience everything documented on this page may also be
|
||||
imported from the frappy.core module.
|
||||
|
||||
|
||||
Module Base Classes
|
||||
...................
|
||||
|
||||
.. autodata:: secop.modules.Done
|
||||
|
||||
.. autoclass:: secop.modules.Module
|
||||
.. autoclass:: frappy.modules.Module
|
||||
:members: earlyInit, initModule, startModule
|
||||
|
||||
.. autoclass:: secop.modules.Readable
|
||||
.. autoclass:: frappy.modules.Readable
|
||||
:members: Status
|
||||
|
||||
.. autoclass:: secop.modules.Writable
|
||||
.. autoclass:: frappy.modules.Writable
|
||||
|
||||
.. autoclass:: secop.modules.Drivable
|
||||
.. autoclass:: frappy.modules.Drivable
|
||||
:members: Status, isBusy, isDriving, stop
|
||||
|
||||
|
||||
Parameters, Commands and Properties
|
||||
...................................
|
||||
|
||||
.. autoclass:: secop.params.Parameter
|
||||
.. autoclass:: secop.params.Command
|
||||
.. autoclass:: secop.properties.Property
|
||||
.. autoclass:: secop.modules.Attached
|
||||
.. autoclass:: frappy.params.Parameter
|
||||
.. autoclass:: frappy.params.Command
|
||||
.. autoclass:: frappy.properties.Property
|
||||
.. autoclass:: frappy.modules.Attached
|
||||
:show-inheritance:
|
||||
|
||||
Access method decorators
|
||||
........................
|
||||
|
||||
.. autofunction:: frappy.rwhandler.nopoll
|
||||
|
||||
|
||||
.. _datatypes:
|
||||
|
||||
Datatypes
|
||||
.........
|
||||
|
||||
.. autoclass:: secop.datatypes.FloatRange
|
||||
.. autoclass:: secop.datatypes.IntRange
|
||||
.. autoclass:: secop.datatypes.BoolType
|
||||
.. autoclass:: secop.datatypes.ScaledInteger
|
||||
.. autoclass:: secop.datatypes.EnumType
|
||||
.. autoclass:: secop.datatypes.StringType
|
||||
.. autoclass:: secop.datatypes.TupleOf
|
||||
.. autoclass:: secop.datatypes.ArrayOf
|
||||
.. autoclass:: secop.datatypes.StructOf
|
||||
.. autoclass:: secop.datatypes.BLOBType
|
||||
.. autoclass:: frappy.datatypes.FloatRange
|
||||
:members: __call__
|
||||
|
||||
.. autoclass:: frappy.datatypes.IntRange
|
||||
:members: __call__
|
||||
|
||||
.. autoclass:: frappy.datatypes.BoolType
|
||||
:members: __call__
|
||||
|
||||
.. autoclass:: frappy.datatypes.ScaledInteger
|
||||
:members: __call__
|
||||
|
||||
.. autoclass:: frappy.datatypes.EnumType
|
||||
:members: __call__
|
||||
|
||||
.. autoclass:: frappy.datatypes.StringType
|
||||
:members: __call__
|
||||
|
||||
.. autoclass:: frappy.datatypes.TupleOf
|
||||
:members: __call__
|
||||
|
||||
.. autoclass:: frappy.datatypes.ArrayOf
|
||||
:members: __call__
|
||||
|
||||
.. autoclass:: frappy.datatypes.StructOf
|
||||
:members: __call__
|
||||
|
||||
.. autoclass:: frappy.datatypes.BLOBType
|
||||
:members: __call__
|
||||
|
||||
.. autoclass:: frappy.datatypes.DataTypeType
|
||||
:members: __call__
|
||||
|
||||
.. autoclass:: frappy.datatypes.ValueType
|
||||
:members: __call__
|
||||
|
||||
.. autoclass:: frappy.datatypes.NoneOr
|
||||
:members: __call__
|
||||
|
||||
.. autoclass:: frappy.datatypes.OrType
|
||||
:members: __call__
|
||||
|
||||
.. autoclass:: frappy.datatypes.LimitsType
|
||||
:members: __call__
|
||||
|
||||
|
||||
Communication
|
||||
.............
|
||||
|
||||
.. autoclass:: secop.modules.Communicator
|
||||
.. autoclass:: frappy.modules.Communicator
|
||||
:show-inheritance:
|
||||
:members: communicate
|
||||
|
||||
.. autoclass:: secop.io.StringIO
|
||||
.. autoclass:: frappy.io.IOBase
|
||||
:show-inheritance:
|
||||
:members: default_settings
|
||||
|
||||
.. autoclass:: frappy.io.StringIO
|
||||
:show-inheritance:
|
||||
:members: communicate, multicomm
|
||||
|
||||
.. autoclass:: secop.io.BytesIO
|
||||
.. autoclass:: frappy.io.BytesIO
|
||||
:show-inheritance:
|
||||
:members: communicate, multicomm
|
||||
|
||||
.. autoclass:: secop.io.HasIO
|
||||
.. autoclass:: frappy.io.HasIO
|
||||
:show-inheritance:
|
||||
|
||||
.. autoclass:: secop.iohandler.IOHandlerBase
|
||||
.. autoclass:: frappy.lib.asynconn.AsynTcp
|
||||
:show-inheritance:
|
||||
|
||||
.. autoclass:: frappy.lib.asynconn.AsynSerial
|
||||
:show-inheritance:
|
||||
|
||||
.. autoclass:: frappy.rwhandler.ReadHandler
|
||||
:show-inheritance:
|
||||
:members:
|
||||
|
||||
.. autoclass:: secop.iohandler.IOHandler
|
||||
.. autoclass:: frappy.rwhandler.CommonReadHandler
|
||||
:show-inheritance:
|
||||
:members:
|
||||
|
||||
.. autoclass:: frappy.rwhandler.WriteHandler
|
||||
:show-inheritance:
|
||||
:members:
|
||||
|
||||
.. autoclass:: frappy.rwhandler.CommonWriteHandler
|
||||
:show-inheritance:
|
||||
:members:
|
||||
|
||||
|
||||
Exception classes
|
||||
.....................--
|
||||
.................
|
||||
|
||||
.. automodule:: secop.errors
|
||||
.. automodule:: frappy.errors
|
||||
:members:
|
||||
|
||||
.. include:: server.rst
|
||||
|
||||
.. include:: configuration.rst
|
Reference in New Issue
Block a user