2018-08-06 21:30:05 -03:00
|
|
|
uint64 timestamp # time since system start (microseconds)
|
2021-10-08 01:23:27 -03:00
|
|
|
|
|
|
|
uint32 device_id # unique device ID for the sensor that does not change between power cycles
|
|
|
|
|
2022-07-12 15:06:19 -03:00
|
|
|
uint16 len # length of data
|
2021-10-08 01:23:27 -03:00
|
|
|
uint8 flags # LSB: 1=fragmented
|
|
|
|
uint8[300] data # data to write to GPS device (RTCM message)
|
2019-07-03 17:30:21 -03:00
|
|
|
|
2020-09-25 12:11:55 -03:00
|
|
|
uint8 ORB_QUEUE_LENGTH = 8
|
2022-03-31 15:34:18 -03:00
|
|
|
|
|
|
|
uint8 MAX_INSTANCES = 2
|