[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gpsd-dev] There are no longer sat numbers in pseudonmea GPGSA driver wh
From: |
address@hidden |
Subject: |
[gpsd-dev] There are no longer sat numbers in pseudonmea GPGSA driver when reading data from nmea2000 device. |
Date: |
Tue, 28 Oct 2014 14:53:50 +0100 |
Hallo,
in pseudenmea.c at line 175 and line 179, the sats for the GPGSA message are
taken simply from
session->sats_used[i]
This structure is only valid, if NMEA_ENABLE is true.
I think, this info should be taken from
session->gpsdata.skyview[l1].used
and
session->gpsdata.skyview[l1].PRN
The driver_nmea2000.c and many other drives do no populate
session->sats_used[i]
Reinhard
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gpsd-dev] There are no longer sat numbers in pseudonmea GPGSA driver when reading data from nmea2000 device.,
address@hidden <=