RinexNavFile(String, String) Constructor

Top 

Description

Create a RinexNavFile object, and read Broadcast Ephemeris data for the specified GNSS Constellation from the file provided.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Constructor Signature

RinexNavFile(

String fileName,


String gnssConstellation)

 

 

Arguments

fileName


Description:

The name of the file from which the Rinex Broadcast Ephemeris data will be read.

 

 

gnssConstellation


Description:

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

Valid Values:

Value

Label

"GPS"

Populate the Formation with data from the GPS constellation.

"Galileo"

Populate the Formation with data from the Galileo constellation.

 

 

 

 

Syntax

RinexNavFile myRinexNavFile1(myString1, myString2);

 

 

See also

RinexNavFile Object

Orbit Determination Guide

Tracking Data File Formats