Table of Contents

Class GPSTransmitterMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] The "GPS OUT Message" message

public class GPSTransmitterMessage : Message<GPSTransmitterPayload>
Inheritance
GPSTransmitterMessage
Inherited Members
Message<GPSTransmitterPayload>.Payload
Message<GPSTransmitterPayload>.ToString()
Message<GPSTransmitterPayload>.PayloadType
Message<GPSTransmitterPayload>.PayloadObject

Constructors

GPSTransmitterMessage()

Default constructor

public GPSTransmitterMessage()

Properties

AF0

Clock Correction Coefficient

[Units("-")]
public double AF0 { get; set; }

Property Value

double

AF1

Clock Correction Coefficient

[Units("-")]
public double AF1 { get; set; }

Property Value

double

AF2

Clock Correction Coefficient

[Units("-")]
public double AF2 { get; set; }

Property Value

double

GPSWeek

GPS Week

[Units("-")]
public double GPSWeek { get; set; }

Property Value

double

IsActive

Status of the Pauload

[Units("-")]
public bool IsActive { get; set; }

Property Value

bool

Pseudorange

Pseudorange

[Units("m")]
public double Pseudorange { get; set; }

Property Value

double

SatID

GPS Satelite ID

[Units("-")]
public string SatID { get; set; }

Property Value

string

SqrtA

Square root of Semi Major Axis

[Units("-")]
public double SqrtA { get; set; }

Property Value

double

TOC

Reference Time of Clock Parameters

[Units("s")]
public double TOC { get; set; }

Property Value

double

TOE

Reference Time of Ephemeris Parameters

[Units("-")]
public double TOE { get; set; }

Property Value

double

URA

User Range Accuracy

[Units("-")]
public double URA { get; set; }

Property Value

double

cic

cosine inclination correction

[Units("-")]
public double cic { get; set; }

Property Value

double

cis

sine inclination correction

[Units("-")]
public double cis { get; set; }

Property Value

double

crc

cosine radius correction

[Units("-")]
public double crc { get; set; }

Property Value

double

crs

sine radius coorection

[Units("-")]
public double crs { get; set; }

Property Value

double

cuc

cosine argument of latitude correction

[Units("-")]
public double cuc { get; set; }

Property Value

double

cus

sine argument of latitude correction

[Units("-")]
public double cus { get; set; }

Property Value

double

dn

Mean Motion Correction

[Units("-")]
public double dn { get; set; }

Property Value

double

eccentricity

Eccentricity of Orbit

[Units("-")]
public double eccentricity { get; set; }

Property Value

double

i0

Inclination Angle at reference time

[Units("-")]
public double i0 { get; set; }

Property Value

double

idot

rate of inclination angle

[Units("-")]
public double idot { get; set; }

Property Value

double

iod

Issue of data number

[Units("-")]
public double iod { get; set; }

Property Value

double

m0

Mean Anormaly At reference Time

[Units("-")]
public double m0 { get; set; }

Property Value

double

odot

Rate of right ascension

[Units("-")]
public double odot { get; set; }

Property Value

double

omg0

Longitutude of Ascending Node

[Units("-")]
public double omg0 { get; set; }

Property Value

double

w

Argument of Perigee

[Units("-")]
public double w { get; set; }

Property Value

double