Worker Receiver
Bases: QObject
A class representing a worker for receiving data.
Attributes:
| Name | Type | Description |
|---|---|---|
io |
IO
|
The IO module to handle CAN Bus communication |
Source code in GUI.py
__init__(io)
Initialize the WorkerReceiving.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
io |
IO
|
An instance of the IO class for input/output operations. |
required |
run()
Run the worker loop for receiving data.
This method continuously calls the start_notifier method of the IO object to receive data.