TrackMadeGood Constructors

Definition

Overloads

TrackMadeGood(TalkerSentence, DateTimeOffset)

Internal constructor

TrackMadeGood(TalkerId, IEnumerable<String>, DateTimeOffset)

Creates a VTG sentence from decoded fields

TrackMadeGood(Angle, Nullable<Angle>, Speed)

Constructs a new VTG sentence

TrackMadeGood(TalkerSentence, DateTimeOffset)

Internal constructor

public TrackMadeGood (Iot.Device.Nmea0183.TalkerSentence sentence, DateTimeOffset time);
new Iot.Device.Nmea0183.Sentences.TrackMadeGood : Iot.Device.Nmea0183.TalkerSentence * DateTimeOffset -> Iot.Device.Nmea0183.Sentences.TrackMadeGood
Public Sub New (sentence As TalkerSentence, time As DateTimeOffset)

Parameters

sentence
TalkerSentence

Applies to

TrackMadeGood(TalkerId, IEnumerable<String>, DateTimeOffset)

Creates a VTG sentence from decoded fields

public TrackMadeGood (Iot.Device.Nmea0183.TalkerId talkerId, System.Collections.Generic.IEnumerable<string> fields, DateTimeOffset time);
new Iot.Device.Nmea0183.Sentences.TrackMadeGood : Iot.Device.Nmea0183.TalkerId * seq<string> * DateTimeOffset -> Iot.Device.Nmea0183.Sentences.TrackMadeGood
Public Sub New (talkerId As TalkerId, fields As IEnumerable(Of String), time As DateTimeOffset)

Parameters

talkerId
TalkerId

Talker Id

fields
IEnumerable<String>

List of fields

time
DateTimeOffset

Time this message was valid

Applies to

TrackMadeGood(Angle, Nullable<Angle>, Speed)

Constructs a new VTG sentence

public TrackMadeGood (UnitsNet.Angle courseOverGroundTrue, UnitsNet.Angle? courseOverGroundMagnetic, UnitsNet.Speed speed);
new Iot.Device.Nmea0183.Sentences.TrackMadeGood : UnitsNet.Angle * Nullable<UnitsNet.Angle> * UnitsNet.Speed -> Iot.Device.Nmea0183.Sentences.TrackMadeGood
Public Sub New (courseOverGroundTrue As Angle, courseOverGroundMagnetic As Nullable(Of Angle), speed As Speed)

Parameters

courseOverGroundTrue
UnitsNet.Angle
courseOverGroundMagnetic
Nullable<UnitsNet.Angle>
speed
UnitsNet.Speed

Applies to