AckCmdDataType¶
- class lsst.ts.salobj.AckCmdDataType(private_revCode: str = '', private_sndStamp: float = 0, private_rcvStamp: float = 0, private_seqNum: int = 0, private_identity: str = '', private_origin: int = 0, ack: lsst.ts.salobj.sal_enums.SalRetCode = SalRetCode.CMD_COMPLETE, error: int = 0, result: str = '', identity: str = '', origin: int = 0, timeout: float = 0)¶
Bases:
lsst.ts.salobj.type_hints.BaseMsgType
AckCmd topic data type, for type annotations.
Attributes Summary
Methods Summary
get_vars
()Attributes Documentation
- ack: lsst.ts.salobj.sal_enums.SalRetCode = 303¶
Methods Documentation