Class Gsv
GNSS Satellites in view
Inherited Members
Namespace: NmeaParser.Messages
Assembly: NmeaParser.dll
Syntax
[NmeaMessageType("--GSV")]
public class Gsv : NmeaMultiSentenceMessage, IEquatable<NmeaMessage>, IMultiSentenceMessage, IEnumerable<SatelliteVehicle>, IEnumerable
Remarks
The GSV sentence provides the number of satellites (SV) in view, satellite ID numbers, elevation, azimuth, and SNR value.
Constructors
Name | Description |
---|---|
Gsv(string, string[]) | Initializes a new instance of the Gsv class. |
Properties
Name | Description |
---|---|
GnssSignalId | Gets the GNSS Signal ID |
MessageCountIndex | Gets the index in the MessageParts where the total count of messages is listed. |
MessageNumberIndex | Gets the index in the MessageParts where the message number is listed. |
SVs | Satellite vehicles in this message part. |
SatellitesInView | Total number of satellite vehicles (SV) in view |
Methods
Name | Description |
---|---|
GetEnumerator() | Returns an enumerator that iterates through the collection. |
ParseSentences(Talker, string[]) | Parses the messages or any message being appended. False should be returned if it's a message being appended doesn't appear to match what has already been loded. |
Applies
Target | Versions |
---|---|
.NET Standard 2.0 | main, v3.0, v2.2, v2.1, v2.0 |
.NET | main, v3.0 |
.NET Windows | main, v3.0 |
.NET Android | main, v3.0 |
.NET iOS | main, v3.0 |
.NET Framework | main, v3.0, v2.2, v2.1, v2.0 |
UWP | main, v3.0, v2.2, v2.1, v2.0 |
Xamarin.Android | v2.2, v2.1, v2.0 |
Xamarin.iOS | v2.2, v2.1, v2.0 |