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

private_identity

private_origin

private_rcvStamp

private_revCode

private_seqNum

private_sndStamp

salIndex

Methods Summary

get_vars()

Attributes Documentation

private_identity: str = ''
private_origin: int = 0
private_rcvStamp: float = 0
private_revCode: str = ''
private_seqNum: int = 0
private_sndStamp: float = 0
salIndex: int = 0

Methods Documentation

get_vars() dict[str, Any]