TMSiSDK.sample_data_server.sample_data_server.SampleDataServer.register_consumer#
- SampleDataServer.register_consumer(id: int, q: Queue)#
Creates the new consumer and registers it to the list of consumers.
- Parameters:
id (int) – id of the provider.
q (Queue) – queue of the consumer.