doc/developer_manual.rst

Thu, 21 Aug 2008 19:52:54 +0200

author
David Douard <david.douard@logilab.fr>
date
Thu, 21 Aug 2008 19:52:54 +0200
changeset 68
8ec1c26a4a99
parent 63
1c0d92f95115
child 73
2645ef311424
permissions
-rw-r--r--

Small fixes to HPGL plotter (be a little bit more robust)

.. -*- coding: utf-8 -*-

=============
 Description
=============

The code is organized as follow:

``pygpibtoolkit`` is the main python package directory, holding
generic GPIB stuffs. A GPIB controller is a class responsible for
managing the communication with the GPIB device plugged in the
computer. For now, the only GPIB controller is the Prologix one,
defined in the ``pygpibtoolkit.prologix`` module.

mercurial