diff options
author | MariaMatveeva <matveeva.maria@gmail.com> | 2016-08-26 14:29:03 +0200 |
---|---|---|
committer | MariaMatveeva <matveeva.maria@gmail.com> | 2016-08-26 14:29:03 +0200 |
commit | 48b868c5208816b007ec1d9c7940e75b4c64e5ce (patch) | |
tree | ca1f4a3bc0838b94b9fe9774d23ca1848948c303 /docs/tango.rst | |
parent | d0aabc426cb01d488e9d41a66623773da73ff5e3 (diff) | |
download | uca-48b868c5208816b007ec1d9c7940e75b4c64e5ce.tar.gz uca-48b868c5208816b007ec1d9c7940e75b4c64e5ce.tar.bz2 uca-48b868c5208816b007ec1d9c7940e75b4c64e5ce.tar.xz uca-48b868c5208816b007ec1d9c7940e75b4c64e5ce.zip |
Update documentation
Diffstat (limited to 'docs/tango.rst')
-rw-r--r-- | docs/tango.rst | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/tango.rst b/docs/tango.rst index fa90b56..f2153e7 100644 --- a/docs/tango.rst +++ b/docs/tango.rst @@ -1,9 +1,13 @@ -The GObject Tango device -======================== +GObject Tango device +==================== UcaDevice is a generic Tango Device that wraps ``libuca`` in order to make libuca controlled cameras available as Tango devices. +.. note:: + + The documentation of UcaDevice can be outdated. + Architecture ------------ @@ -135,8 +139,8 @@ Tango-Event-System here! Open Questions, Missing Features etc. ------------------------------------- -* *Why do we need to specify ``Storage`` for UcaDevice and ``GrabbingDevice`` - for ImageDevice?* +* *Why do we need to specify* ``Storage`` *for UcaDevice and* ``GrabbingDevice`` + *for ImageDevice?* ImageDevice needs the Tango-Address of UcaDevice to mirror all Attributes and Commands and to forward them to it. UcaDevice needs the Tango-Address of |