Public Member Functions | |
void | dump (std::ostream &s) const |
operator std::string () const override | |
void | operator= (const std::string &line) override |
SatellitePRN ()=default | |
SatellitePRN (const std::string &line, size_t num=0) | |
![]() | |
virtual | ~DataType () |
Public Attributes | |
std::string | comment |
Comment. More... | |
std::string | prn |
PRN. More... | |
std::string | svn |
SVN. More... | |
gnsstk::Sinex::Time | validFrom |
Time from which the entry is valid. More... | |
gnsstk::Sinex::Time | validTo |
Time until which the entry is valid (valid up to now if zero) More... | |
Static Public Attributes | |
static const std::string | BLOCK_TITLE {"SATELLITE/PRN"} |
static constexpr size_t | MAX_LINE_LEN = 80 |
static constexpr size_t | MIN_LINE_LEN = 39 |
Definition at line 114 of file igs_satellite_metadata.cpp.
|
default |
|
inlineexplicit |
Definition at line 128 of file igs_satellite_metadata.cpp.
|
inlinevirtual |
Reimplemented from gnsstk::Sinex::DataType.
Definition at line 133 of file igs_satellite_metadata.cpp.
|
inlineoverridevirtual |
Implements gnsstk::Sinex::DataType.
Definition at line 143 of file igs_satellite_metadata.cpp.
|
inlineoverridevirtual |
Implements gnsstk::Sinex::DataType.
Definition at line 162 of file igs_satellite_metadata.cpp.
|
static |
Definition at line 116 of file igs_satellite_metadata.cpp.
std::string gnss_info::SatellitePRN::comment |
Comment.
Definition at line 124 of file igs_satellite_metadata.cpp.
|
staticconstexpr |
Definition at line 118 of file igs_satellite_metadata.cpp.
|
staticconstexpr |
Definition at line 117 of file igs_satellite_metadata.cpp.
std::string gnss_info::SatellitePRN::prn |
PRN.
Definition at line 123 of file igs_satellite_metadata.cpp.
std::string gnss_info::SatellitePRN::svn |
SVN.
Definition at line 120 of file igs_satellite_metadata.cpp.
gnsstk::Sinex::Time gnss_info::SatellitePRN::validFrom |
Time from which the entry is valid.
Definition at line 121 of file igs_satellite_metadata.cpp.
gnsstk::Sinex::Time gnss_info::SatellitePRN::validTo |
Time until which the entry is valid (valid up to now if zero)
Definition at line 122 of file igs_satellite_metadata.cpp.