RINEX_structDecodedHeader Struct Reference

#include <rinex.h>


Detailed Description

RINEX VERSION 2.11: A container required information from a decode RINEX header.

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.

Field Documentation

double RINEX_structDecodedHeader::version

RINEX version.

Definition at line 216 of file rinex.h.

RINEX_enumFileType RINEX_structDecodedHeader::type

RINEX file type.

Definition at line 217 of file rinex.h.

char RINEX_structDecodedHeader::marker_name[64]

The site marker name.

Definition at line 218 of file rinex.h.

double RINEX_structDecodedHeader::x

Geocentric approximate marker position (Units: Meters, System: ITRS recommended) Optional for moving platforms.

Definition at line 219 of file rinex.h.

double RINEX_structDecodedHeader::y

Geocentric approximate marker position (Units: Meters, System: ITRS recommended) Optional for moving platforms.

Definition at line 220 of file rinex.h.

double RINEX_structDecodedHeader::z

Geocentric approximate marker position (Units: Meters, System: ITRS recommended) Optional for moving platforms.

Definition at line 221 of file rinex.h.

double RINEX_structDecodedHeader::antenna_delta_h

Antenna height: Height of the antenna reference point (ARP) above the marker.

Definition at line 222 of file rinex.h.

double RINEX_structDecodedHeader::antenna_ecc_e

Horizontal eccentricity of ARP relative to the marker (east). All units in meters.

Definition at line 223 of file rinex.h.

double RINEX_structDecodedHeader::antenna_ecc_n

Horizontal eccentricity of ARP relative to the marker (north). All units in meters.

Definition at line 224 of file rinex.h.

unsigned RINEX_structDecodedHeader::nr_obs_types

The number of valid observation types.

Definition at line 225 of file rinex.h.

RINEX_enumObservationType RINEX_structDecodedHeader::obs_types[12]

The observation types.

Definition at line 226 of file rinex.h.

RINEX_enumWavelenthFactorL1_L2 RINEX_structDecodedHeader::default_wavefactor_L1

The default wavelenth factor for L1.

Definition at line 228 of file rinex.h.

RINEX_enumWavelenthFactorL1_L2 RINEX_structDecodedHeader::default_wavefactor_L2

The default wavelenth factor for L2.

Definition at line 229 of file rinex.h.

char RINEX_structDecodedHeader::wavelength_factors[1024]

A string containing any satellite specific wavelength factors.

Definition at line 231 of file rinex.h.

double RINEX_structDecodedHeader::interval

The interval between observatons. -1 if not present.

Definition at line 233 of file rinex.h.

RINEX_TIME RINEX_structDecodedHeader::time_of_first_obs

The time of the first observation record.

Definition at line 234 of file rinex.h.


The documentation for this struct was generated from the following file: