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:
parent
035fdb4951
commit
0fe3aebd6a
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue