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)¶
Bases:
object
Base DDS sample data type, for type annotations.
This is missing:
_SAL_component_name_ID (e.g. ScriptID): only present for indexed SAL components
priority: present for events, but not used
all topic-specific public fields
Attributes Summary
Methods Summary
get_vars
()Attributes Documentation
Methods Documentation