Belle II Software development
|
Public Member Functions | |
def | __init__ (self, queue) |
def | initialize (self) |
def | event (self) |
def | terminate (self) |
Public Attributes | |
queue | |
The queue to handle. | |
event_number | |
The current event number. | |
total_number_of_events | |
The total number of events. | |
A small module that prints every now and then the event number to the given connection. It is used for status viewers. Do not call it by yourself.
Definition at line 85 of file python_modules.py.
def __init__ | ( | self, | |
queue | |||
) |
Init the module
Definition at line 92 of file python_modules.py.
def event | ( | self | ) |
Send the event number to the connection
Definition at line 111 of file python_modules.py.
def initialize | ( | self | ) |
Send start to the connection
Definition at line 103 of file python_modules.py.
def terminate | ( | self | ) |
Send stop to the connection
Definition at line 123 of file python_modules.py.
event_number |
The current event number.
Definition at line 98 of file python_modules.py.
queue |
The queue to handle.
Definition at line 96 of file python_modules.py.
total_number_of_events |
The total number of events.
Definition at line 100 of file python_modules.py.