necst_msgs.msg.TimedAzElInt64 Reference

necst_msgs.msg.TimedAzElInt64

Generic data type for set of int64 values for az/el axes, with timestamp.

Fields

Example

>>> from necst_msgs.msg import TimedAzElInt64
>>> msg = TimedAzElInt64(az=1, el=0, time=1664792192.3645709)

Raw definitions

int64 az
int64 el
float64 time

Home