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, salIndex: int = 0, ack: SalRetCode = SalRetCode.CMD_COMPLETE, error: int = 0, result: str = '', identity: str = '', origin: int = 0, timeout: float = 0)¶
Bases:
BaseMsgType
AckCmd topic data type, for type annotations.
Attributes Summary
Methods Summary
get_vars
()Attributes Documentation
- ack: SalRetCode = 303¶
Methods Documentation