Clock solution participating station identifier as specified in a SOLN STA NAME / NUM header record.
Definition at line 168 of file RinexClockHeader.hpp.
#include <RinexClockHeader.hpp>
Public Attributes | |
std::string | name |
4-character station/reciever name More... | |
std::string | number |
int64_t | posX |
int64_t | posY |
int64_t | posZ |
std::string gnsstk::RinexClockHeader::SolnSta::name |
4-character station/reciever name
Definition at line 171 of file RinexClockHeader.hpp.
std::string gnsstk::RinexClockHeader::SolnSta::number |
Unique station/reciever identifier, preferably the DOMES number for fixed stations
Definition at line 174 of file RinexClockHeader.hpp.
int64_t gnsstk::RinexClockHeader::SolnSta::posX |
Geocentric XYZ station coordinates corresponding to the analysis clock values reported (in millimeters!)
Definition at line 178 of file RinexClockHeader.hpp.
int64_t gnsstk::RinexClockHeader::SolnSta::posY |
Definition at line 179 of file RinexClockHeader.hpp.
int64_t gnsstk::RinexClockHeader::SolnSta::posZ |
Definition at line 180 of file RinexClockHeader.hpp.