Like SatID but for SVN which is a string.
Definition at line 173 of file SatMetaDataStore.hpp.
#include <SatMetaDataStore.hpp>
Public Member Functions | |
| bool | operator< (const SVNID &right) const |
| SVNID () | |
| SVNID (SatelliteSystem sys, const std::string &svn) | |
Public Attributes | |
| std::string | id |
| SatelliteSystem | system |
| gnsstk::SatMetaDataStore::SVNID::SVNID | ( | ) |
Definition at line 50 of file SatMetaDataStore.cpp.
| gnsstk::SatMetaDataStore::SVNID::SVNID | ( | SatelliteSystem | sys, |
| const std::string & | svn | ||
| ) |
Definition at line 57 of file SatMetaDataStore.cpp.
Definition at line 64 of file SatMetaDataStore.cpp.
| std::string gnsstk::SatMetaDataStore::SVNID::id |
Definition at line 179 of file SatMetaDataStore.hpp.
| SatelliteSystem gnsstk::SatMetaDataStore::SVNID::system |
Definition at line 178 of file SatMetaDataStore.hpp.