A structure used to store satellite data.
Definition at line 198 of file SatDataReader.hpp.
Public Member Functions | |
| svData () | |
Public Attributes | |
| std::string | block |
| Block the SV belongs to. More... | |
| CommonTime | deactivationDate |
| SV deactivation date. More... | |
| int | gpsNumber |
| GPS number. More... | |
| CommonTime | launchDate |
| SV launch date. More... | |
|
inline |
Definition at line 201 of file SatDataReader.hpp.
| std::string gnsstk::SatDataReader::svData::block |
Block the SV belongs to.
Definition at line 209 of file SatDataReader.hpp.
| CommonTime gnsstk::SatDataReader::svData::deactivationDate |
SV deactivation date.
Definition at line 207 of file SatDataReader.hpp.
| int gnsstk::SatDataReader::svData::gpsNumber |
GPS number.
Definition at line 208 of file SatDataReader.hpp.
| CommonTime gnsstk::SatDataReader::svData::launchDate |
SV launch date.
Definition at line 206 of file SatDataReader.hpp.