FilteredEssFieldWrapper¶
- class lsst.ts.watcher.FilteredEssFieldWrapper(model, topic, sensor_name, field_name)¶
Bases:
BaseFilteredFieldWrapper
Track a field of an ESS telemetry topic, with a particular sensor name.
- Parameters:
Methods Summary
get_value_descr
(index)Get a description for a value.
update_value
(data)Set
value
from DDS data.Methods Documentation
- get_value_descr(index)¶
Get a description for a value.
- update_value(data)¶
Set
value
from DDS data.Do not set the
timestamp
field, and do not check thatgetattr(data, filter_field) == self.filter_value
; both of these are done by the caller:FilteredTopicWrapper.__call__
.