BroadcastEphemeris(RinexNavFile, Variable, String) Constructor

Top 

Description

Create a BroadcastEphemeris propagator using the specified RinexNavFile and GNSS constellation string and numeric ID code.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Constructor Signature

BroadcastEphemeris(

RinexNavFile navFile,


Variable id_number,


String gnssConstellation)

 

 

Arguments

navFile


Description:

The RinexNavFile object.

 

 

id_number


Description:

The numeric ID code of the GNSS spacecraft.

Valid Range:

id_number > 0

 

 

gnssConstellation


Description:

String indicating which GNSS Constellation data to load from the file.

Valid Values:

Value

Label

"GPS"

Populate the BroadcastEphemeris with data from the GPS constellation.

"Galileo"

Populate the BroadcastEphemeris with data from the Galileo constellation.

 

 

 

 

Syntax

BroadcastEphemeris myBroadcastEphemeris1(myRinexNavFile1, myVariable1, myString1);

 

 

See also

BroadcastEphemeris Object

Orbit Determination Guide

Broadcast Ephemeris Guide