A container for information of one GNSS satellite. More...
#include <xsrawgnsssatinfo.h>
Public Attributes | |
uint8_t | m_cno |
Carrier to noise ratio (signals strength) More... | |
uint8_t | m_flags |
uint8_t | m_gnssId |
GNSS identifier. More... | |
uint8_t | m_svId |
Satellite identifier. More... | |
A container for information of one GNSS satellite.
Definition at line 114 of file xsrawgnsssatinfo.h.
uint8_t XsSatInfo::m_cno |
Carrier to noise ratio (signals strength)
Definition at line 118 of file xsrawgnsssatinfo.h.
uint8_t XsSatInfo::m_flags |
bits[0..2] : Signal quality indicator 0 = No signal 1 = Searching signal 2 = Signal acquired 3 = Signal detected but unusable 4 = Code locked and time synchronized 5, 6, 7 = Code and carrier locked and time synchronized bits[3] : Is set to 1 when the SV is being used for navigation bits[4..5] : SV health flag 0 = unknown 1 = healthy 2 = unhealthy bits[6] : Is set to 1 when differential correction data is available bits[7] : reserved
Definition at line 119 of file xsrawgnsssatinfo.h.
uint8_t XsSatInfo::m_gnssId |
GNSS identifier.
Definition at line 116 of file xsrawgnsssatinfo.h.
uint8_t XsSatInfo::m_svId |
Satellite identifier.
Definition at line 117 of file xsrawgnsssatinfo.h.