SerialListener

class mtf.network_port.serial_controlller.SerialListener
__init__(channel_name: str)
get_queue() Queue[SerialEvent]

Get the queue

reset()

cleanup the queue

start_listening(silent_mode=False) bool
stop_listening() bool
adapt_queue_elements() Queue[BaseEvent]

ensure the object.timestamp, object.payload

callback_(channel_name: str, timestamp: int, message: str, direction: int)
clean_up()
static __new__(cls, *args, **kwargs)

Initialize a new instance of the ControllerBase.

The instance will be automatically added to the list of controllers.

classmethod controllers_cleanup()

Clean up all controller instances.

Calls the clean_up() method for each instance.