:py:mod:`km3pipe.io.ch` ======================= .. py:module:: km3pipe.io.ch .. autoapi-nested-parse:: Pump for the jpp file read through aanet interface. .. !! processed by numpydoc !! Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: km3pipe.io.ch.CHPump Functions ~~~~~~~~~ .. autoapisummary:: km3pipe.io.ch.CHTagger Attributes ~~~~~~~~~~ .. autoapisummary:: km3pipe.io.ch.log .. py:data:: log .. py:class:: CHPump(name=None, **parameters) A pump for ControlHost data. .. !! processed by numpydoc !! .. py:method:: configure() Configure module, like instance variables etc. .. !! processed by numpydoc !! .. py:method:: process(blob) Wait for the next packet and put it in the blob .. !! processed by numpydoc !! .. py:method:: show_performance_statistics() .. py:method:: finish() Clean up the JLigier controlhost connection .. !! processed by numpydoc !! .. py:method:: next() .. py:function:: CHTagger(blob)