Trees | Index | Help |
|
---|
|
gtkindiclient
: It provides functions to connect INDI objects with GTK objects.
indiclient
: It implements the INDI Protocol for Python (see http://indi.sourceforge.net/)
__builtin__.object
:
The most base type
__builtin__.list
:
list() -> new list list(sequence) -> new list initialized from
sequence's items
__builtin__.type
:
type(object) -> the object's type type(name, bases, dict) -> a
new type
indiclient.bigindiclient
:
indiclient.indiclient
:
providing a simplified interface to bigindiclient
indiclient.indi_vector_identifier
:
indiclient.indi_custom_vector_handler
:
A base class for a custom handler that will be called each time a
specified INDI vector is received.
indiclient.indi_element_identifier
:
indiclient.indi_custom_element_handler
:
A base class for a custom handler that will be called each time a
specified INDI element is received.
indiclient.mini_element_handler
:
A class for custom handlers that consists only of a single function,
instead of a whole class.
indiclient.indiobject
:
The Base Class for INDI objects (so anything that INDI can send or
receive )
indiclient.indimessage
:
a text message.
indiclient.indinamedobject
:
An indiobject that has got a name as well as a label
indiclient.indielement
:
The Base Class of any element of an INDI Vector
indiclient.indiblob
:
indiclient.indilight
:
a status light
indiclient.indinumber
:
A floating point number with a defined format
indiclient.indiswitch
:
a switch that can be either On
or Off
indiclient.inditext
:
a (nearly) arbitrary text
indiclient.indivector
:
The base class of all INDI vectors
indiclient.indiblobvector
:
A vector of BLOBs
indiclient.indilightvector
:
A vector of lights
indiclient.indinumbervector
:
A vector of numbers
indiclient.indiswitchvector
:
a vector of switches
indiclient.inditextvector
:
A vector of texts
indiclient.indipermissions
:
The indi read/write permissions.
indiclient.inditransfertype
:
This is object is used to denote whether the an object was sent from
the client to the server or vice versa and whether the object is just
being defined or if it was defined earlier.
indiclient.idef
:
The object is send from to the server to the client and the client is
not expected to know about it already.
indiclient.inditransfertypes
:
A Class containing the different transfer types
indiclient.inew
:
The object is send from the client to the server
indiclient.iset
:
The object is send from to the server to the client and the client is
expected to know about it already.
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Sep 10 10:26:07 2005 | http://epydoc.sf.net |