doc/developer_manual.rst

Fri, 22 Aug 2008 07:05:11 +0200

author
David Douard <david.douard@logilab.fr>
date
Fri, 22 Aug 2008 07:05:11 +0200
changeset 70
4cd8edd2b4e7
parent 63
1c0d92f95115
child 73
2645ef311424
permissions
-rw-r--r--

Display an introduction message when running gpib_detect.

.. -*- 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