MockTelemetryServer#

class lsst.ts.ess.common.MockTelemetryServer(host, port, log, device_configuration, connect_callback=None, name='', **kwargs)#

Bases: OneClientReadLoopServer

Parameters:

Methods Summary

callback(response)

read_and_dispatch()

Send the same data every second.

Methods Documentation

async callback(response)#
Parameters:

response (dict[ResponseCode, Any])

Return type:

None

async read_and_dispatch()#

Send the same data every second.

Return type:

None