Package VisionEgg :: Module DaqOverTCP
[frames | no frames]

Module VisionEgg.DaqOverTCP

Implements data acquisition over TCP.

This module controls data acquisition hardware running on a (probably)
different computer. The data acquisition server must be implement the
behavior exhibited by the fake_daq_server.py script in the
demo/daq/tcp directory.  fake_daq_server.py emulates the mac OS
program MacDaq, available as a separate project from the Vision Egg
download site.  MacDaq uses MacAdios hardware to acquire data under
control of a network (TCP) connection.

Realtime acquisition and display of the sampled signal is not the goal
of this module. That is the task of the computer actually performing
the data acquisition (i.e. the MacDaq system). This module gets the
data after the acquisition has occurred.

This module has not been extensively tested or used, and should be
considered unstable.

Classes
DaqConnection  
DaqServerChannel  
DaqServerInputChannel  
DaqServerTrigger  
TCPDaqDevice Data acquisition over TCP.

Variable Summary
str __author__ = 'Andrew Straw <astraw@users.sourceforge.net...
str __cvs__ = '1.13'
str __date__ = '2003/09/18 09:37:54'
str __version__ = '0.9.9'

Variable Details

__author__

Type:
str
Value:
'Andrew Straw <astraw@users.sourceforge.net>'                          

__cvs__

Type:
str
Value:
'1.13'                                                                 

__date__

Type:
str
Value:
'2003/09/18 09:37:54'                                                  

__version__

Type:
str
Value:
'0.9.9'                                                                

Generated by Epydoc 2.0 on Fri Sep 19 18:29:40 2003 http://epydoc.sf.net