TelemetryTopicHandler¶
- class lsst.ts.mtmount.TelemetryTopicHandler(topic, field_dict, preprocessor=None)¶
Bases:
object
Coroutine functor that takes a telemetry message from the low-level controller and outputs the associated SAL telemetry message.
- Parameters:
Methods Summary
__call__
(data_dict)Process one low-level message.
Methods Documentation