File:: core/vqh_source.py Tags:: source core
Description
Parent Class that encapsulates everything that can generate data for sonification. It is also where the connection between the quantum side and the sonification side happens.
Connected Classes
VQHSourceStrategy, VQHCore, VQHDataFileManager
Attributes
strategy
: a VQHSourceStrategyqueue
: queue.Queue() - The VQH Queuesentinel
: for stopping the threadis_done
:bool - active flagthread
: threading.Thread() -run_strategy
, daemon=True
Methods
start_source
iteration_handler
stop
run_strategy