Description
Create a PointSolutionObservation object, and associate it with the "objectTakingMeasurement" and "objectBeingMeasured".
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Constructor Signature
PointSolutionObservation(
|
Receiver objectTakingMeasurement,
|
|
Spacecraft objectBeingMeasured)
|
Arguments
objectTakingMeasurement
|
|
Description:
|
The GNSS Receiver that is computing the Point Solution Observations.
|
Allowed Types:
|
Receiver, GNSSReceiver, GPSReceiver
|
objectBeingMeasured
|
|
Description:
|
The spacecraft to which the GNSS Receiver is attached.
|
Syntax
PointSolutionObservation myPointSolutionObservation1(myReceiver1, mySpacecraft1);
|
See also
PointSolutionObservation Object
Orbit Determination Guide
Observations and Measurements
|