Class GPSTransmitterMessage
- Namespace
- NominalSystems.Messages
- Assembly
- NominalSystems.Messages.dll
[Nominal] The "GPS OUT Message" message
public class GPSTransmitterMessage : Message<GPSTransmitterPayload>
- Inheritance
-
Message<GPSTransmitterPayload>GPSTransmitterMessage
- Inherited Members
-
Message<GPSTransmitterPayload>.PayloadMessage<GPSTransmitterPayload>.ToString()Message<GPSTransmitterPayload>.PayloadTypeMessage<GPSTransmitterPayload>.PayloadObject
Constructors
GPSTransmitterMessage()
Default constructor
public GPSTransmitterMessage()
Properties
AF0
Clock Correction Coefficient
[Units("-")]
public double AF0 { get; set; }
Property Value
AF1
Clock Correction Coefficient
[Units("-")]
public double AF1 { get; set; }
Property Value
AF2
Clock Correction Coefficient
[Units("-")]
public double AF2 { get; set; }
Property Value
GPSWeek
GPS Week
[Units("-")]
public double GPSWeek { get; set; }
Property Value
IsActive
Status of the Pauload
[Units("-")]
public bool IsActive { get; set; }
Property Value
Pseudorange
Pseudorange
[Units("m")]
public double Pseudorange { get; set; }
Property Value
SatID
GPS Satelite ID
[Units("-")]
public string SatID { get; set; }
Property Value
SqrtA
Square root of Semi Major Axis
[Units("-")]
public double SqrtA { get; set; }
Property Value
TOC
Reference Time of Clock Parameters
[Units("s")]
public double TOC { get; set; }
Property Value
TOE
Reference Time of Ephemeris Parameters
[Units("-")]
public double TOE { get; set; }
Property Value
URA
User Range Accuracy
[Units("-")]
public double URA { get; set; }
Property Value
cic
cosine inclination correction
[Units("-")]
public double cic { get; set; }
Property Value
cis
sine inclination correction
[Units("-")]
public double cis { get; set; }
Property Value
crc
cosine radius correction
[Units("-")]
public double crc { get; set; }
Property Value
crs
sine radius coorection
[Units("-")]
public double crs { get; set; }
Property Value
cuc
cosine argument of latitude correction
[Units("-")]
public double cuc { get; set; }
Property Value
cus
sine argument of latitude correction
[Units("-")]
public double cus { get; set; }
Property Value
dn
Mean Motion Correction
[Units("-")]
public double dn { get; set; }
Property Value
eccentricity
Eccentricity of Orbit
[Units("-")]
public double eccentricity { get; set; }
Property Value
i0
Inclination Angle at reference time
[Units("-")]
public double i0 { get; set; }
Property Value
idot
rate of inclination angle
[Units("-")]
public double idot { get; set; }
Property Value
iod
Issue of data number
[Units("-")]
public double iod { get; set; }
Property Value
m0
Mean Anormaly At reference Time
[Units("-")]
public double m0 { get; set; }
Property Value
odot
Rate of right ascension
[Units("-")]
public double odot { get; set; }
Property Value
omg0
Longitutude of Ascending Node
[Units("-")]
public double omg0 { get; set; }
Property Value
w
Argument of Perigee
[Units("-")]
public double w { get; set; }