1
0
Fork 0
forked from nuttx/nuttx-update

nuttx/uorb.h: Add carrier frequency for GNSS Satellite

The `struct sensor_gnss_satellite.cf` may be parsed from `GSV.signal_id`(e.g. NMEA 0183 v4.11) and `struct sensor_gnss_satellite.constellation`

Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
This commit is contained in:
wangjianyu3 2024-12-16 21:03:31 +08:00 committed by Xiang Xiao
parent 035fdb4951
commit 0fe3aebd6a

View file

@ -914,6 +914,8 @@ struct sensor_gnss_satellite
uint32_t constellation;
float cf; /* Carrier Frequency(Hz), GSV.signal_id */
struct satellite
{
uint32_t svid; /* Space vehicle ID */