Go to the source code of this file.
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
gnsstk::StringUtils | |
Typedefs | |
typedef EnumIterator< RefFrameSys, RefFrameSys::Unknown, RefFrameSys::Last > | gnsstk::RefFrameSysIterator |
Enumerations | |
enum | gnsstk::RefFrameSys { gnsstk::RefFrameSys::Unknown, gnsstk::RefFrameSys::WGS84, gnsstk::RefFrameSys::ITRF, gnsstk::RefFrameSys::PZ90, gnsstk::RefFrameSys::CGCS2000, gnsstk::RefFrameSys::Last } |
Reference frame systems. For specific realizations, see RefFrameRlz. More... | |
Functions | |
RefFrameSys | gnsstk::StringUtils::asRefFrameSys (const std::string &s) noexcept |
Convert a string name to an RefFrameSys. More... | |
std::string | gnsstk::StringUtils::asString (RefFrameSys e) noexcept |
Convert a RefFrameSys to a whitespace-free string name. More... | |