BaseMsgType¶
- class lsst.ts.salobj.BaseMsgType(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)¶
Bases:
object
Base DDS sample data type, for type annotations.
This has the
salIndex
field, which is only present for indexed SAL components, and is missing all topic-specific fields.Attributes Summary
Methods Summary
get_vars
()Attributes Documentation
Methods Documentation