Table of Contents

Class GPSReceiverMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] GPS Reciever message

public class GPSReceiverMessage : Message<GPSReceiverPayload>
Inheritance
GPSReceiverMessage
Inherited Members
Message<GPSReceiverPayload>.Payload
Message<GPSReceiverPayload>.PayloadType
Message<GPSReceiverPayload>.PayloadObject

Constructors

GPSReceiverMessage()

Default constructor

public GPSReceiverMessage()

Properties

CorrectedPseudoRange

Pseudo Range

[Units("m")]
public List<double> CorrectedPseudoRange { get; set; }

Property Value

List<double>

Ephemeris

Lists out the Ephemeris Data of all Satelites

[Units("GPS Ephemeris")]
public List<GPSTransmitterMessage> Ephemeris { get; set; }

Property Value

List<GPSTransmitterMessage>

IsActive

Node status (true = ON, false = OFF)

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

Property Value

bool

TimeOfWeek

Receiver Time of Week

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

Property Value

double

Methods

ToString()

Custom print function

public override string ToString()

Returns

string