#include <rinex.h>
Definition at line 214 of file rinex.h.
Data Fields | |
double | version |
RINEX version. | |
RINEX_enumFileType | type |
RINEX file type. | |
char | marker_name [64] |
The site marker name. | |
double | x |
Geocentric approximate marker position (Units: Meters, System: ITRS recommended) Optional for moving platforms. | |
double | y |
Geocentric approximate marker position (Units: Meters, System: ITRS recommended) Optional for moving platforms. | |
double | z |
Geocentric approximate marker position (Units: Meters, System: ITRS recommended) Optional for moving platforms. | |
double | antenna_delta_h |
Antenna height: Height of the antenna reference point (ARP) above the marker. | |
double | antenna_ecc_e |
Horizontal eccentricity of ARP relative to the marker (east). All units in meters. | |
double | antenna_ecc_n |
Horizontal eccentricity of ARP relative to the marker (north). All units in meters. | |
unsigned | nr_obs_types |
The number of valid observation types. | |
RINEX_enumObservationType | obs_types [12] |
The observation types. | |
RINEX_enumWavelenthFactorL1_L2 | default_wavefactor_L1 |
The default wavelenth factor for L1. | |
RINEX_enumWavelenthFactorL1_L2 | default_wavefactor_L2 |
The default wavelenth factor for L2. | |
char | wavelength_factors [1024] |
A string containing any satellite specific wavelength factors. | |
double | interval |
The interval between observatons. -1 if not present. | |
RINEX_TIME | time_of_first_obs |
The time of the first observation record. |
double RINEX_structDecodedHeader::x |
double RINEX_structDecodedHeader::y |
double RINEX_structDecodedHeader::z |