km3pipe.io.ch

Pump for the jpp file read through aanet interface.

Module Contents

Classes

CHPump

A pump for ControlHost data.

Functions

CHTagger(blob)

Attributes

log

km3pipe.io.ch.log[source]
class km3pipe.io.ch.CHPump(name=None, **parameters)[source]

A pump for ControlHost data.

configure()[source]

Configure module, like instance variables etc.

process(blob)[source]

Wait for the next packet and put it in the blob

show_performance_statistics()[source]
finish()[source]

Clean up the JLigier controlhost connection

next()[source]
km3pipe.io.ch.CHTagger(blob)[source]