Skip to content

Commit

Permalink
nuttx/uorb.h: Add carrier frequency for GNSS Satellite
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
JianyuWang0623 authored and xiaoxiang781216 committed Dec 20, 2024
1 parent 035fdb4 commit 0fe3aeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/nuttx/uorb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 0fe3aeb

Please sign in to comment.