![]() |
Belle II Software development
|
Public Member Functions | |
__init__ (self, queue) | |
initialize (self) | |
event (self) | |
terminate (self) | |
Public Attributes | |
queue = queue | |
The queue to handle. | |
int | event_number = 0 |
The current event number. | |
int | total_number_of_events = 0 |
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.
__init__ | ( | self, | |
queue ) |
Init the module
Definition at line 92 of file python_modules.py.
event | ( | self | ) |
Send the event number to the connection
Definition at line 111 of file python_modules.py.
initialize | ( | self | ) |
Send start to the connection
Definition at line 103 of file python_modules.py.
terminate | ( | self | ) |
Send stop to the connection
Definition at line 123 of file python_modules.py.
int event_number = 0 |
The current event number.
Definition at line 98 of file python_modules.py.
queue = queue |
The queue to handle.
Definition at line 96 of file python_modules.py.
int total_number_of_events = 0 |
The total number of events.
Definition at line 100 of file python_modules.py.