GNSSObservation(Spacecraft, GNSSReceiver) Constructor

Top 

Description

Create a GNSSObservation object, and associate it with the "objectTransmittingSignal" and "objectBeingMeasured".

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

 

Constructor Signature

GNSSObservation(

Spacecraft objectTransmittingSignal,


GNSSReceiver objectBeingMeasured)

 

 

Arguments

objectTransmittingSignal


Description:

The GNSS Spacecraft transmitting the pseudorange signal.

 

 

objectBeingMeasured


Description:

The GNSS Receiver attached to the Spacecraft being estimated.

 

 

 

Syntax

GNSSObservation myGNSSObservation1(mySpacecraft1, myGNSSReceiver1);

 

 

See also

GNSSObservation Object