km3pipe.io.ch

Pump for the jpp file read through aanet interface.

Module Contents

Classes

CHPump() A pump for ControlHost data.

Functions

CHTagger(blob)
km3pipe.io.ch.log[source]
class km3pipe.io.ch.CHPump[source]

Bases:km3pipe.core.Pump

A pump for ControlHost data.

configure(self)[source]
process(self, blob)[source]

Wait for the next packet and put it in the blob

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

Clean up the JLigier controlhost connection

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