mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-16 23:00:35 +08:00
8 lines
194 B
Plaintext
8 lines
194 B
Plaintext
#
|
|
# Global timestamp in hectomicroseconds (1 = 100 usec), 6 bytes.
|
|
#
|
|
|
|
uint48 UNKNOWN = 0
|
|
uint48 USEC_PER_LSB = 100 # Timestamp resolution
|
|
truncated uint48 husec # Hectomicroseconds (10^-4)
|