AckCmdReader#
- class lsst.ts.salobj.topics.AckCmdReader(salinfo, queue_len=100)#
Bases:
ReadTopicackcmd (command acknowledgement) topic reader.
- Parameters:
salinfo (
SalInfo) – SAL component information.queue_len (
int) – Number of elements that can be queued forget_oldest.
Notes
The same
ackcmdtopic is used for all command topics from a given SAL component.