Guido Ottaviani / Mbed 2 deprecated LeonardoMbos

Dependencies:   mbos Watchdog TextLCD mbed ConfigFile

Embed: (wiki syntax)

« Back to documentation index

_nmeaSATINFO Struct Reference

_nmeaSATINFO Struct Reference

Information about all satellites in view. More...

#include <info.h>

Data Fields

int inuse
 Number of satellites in use (not those in view)
int inview
 Total number of satellites in view.
nmeaSATELLITE sat [NMEA_MAXSAT]
 Satellites information.

Detailed Description

Information about all satellites in view.

See also:
nmeaINFO
nmeaGPGSV

Definition at line 68 of file info.h.


Field Documentation

int inuse

Number of satellites in use (not those in view)

Definition at line 70 of file info.h.

int inview

Total number of satellites in view.

Definition at line 71 of file info.h.

nmeaSATELLITE sat[NMEA_MAXSAT]

Satellites information.

Definition at line 72 of file info.h.