Encapsulates the aggregate list of RefClk objects specified in an ANALYSIS CLK REF header.
Definition at line 152 of file RinexClockHeader.hpp.
#include <RinexClockHeader.hpp>
Public Attributes | |
std::list< RefClk > | clocks |
List of RefClks to appear as "ANALYSIS CLK REF". More... | |
int | numClkRef |
CivilTime | startEpoch |
Start epoch (in GPS time) More... | |
CivilTime | stopEpoch |
Stop epoch (in GPS time) More... | |
std::list<RefClk> gnsstk::RinexClockHeader::RefClkRecord::clocks |
List of RefClks to appear as "ANALYSIS CLK REF".
Definition at line 162 of file RinexClockHeader.hpp.
int gnsstk::RinexClockHeader::RefClkRecord::numClkRef |
number of analysis clock references (satellite or reciever clocks) listed under "ANALYSIS CLK REF"
Definition at line 156 of file RinexClockHeader.hpp.
CivilTime gnsstk::RinexClockHeader::RefClkRecord::startEpoch |
Start epoch (in GPS time)
Definition at line 158 of file RinexClockHeader.hpp.
CivilTime gnsstk::RinexClockHeader::RefClkRecord::stopEpoch |
Stop epoch (in GPS time)
Definition at line 160 of file RinexClockHeader.hpp.