Go to the source code of this file.
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
gnsstk::StringUtils | |
Typedefs | |
typedef EnumIterator< AngleType, AngleType::Unknown, AngleType::Last > | gnsstk::AngleTypeIterator |
Functions | |
AngleType | gnsstk::StringUtils::asAngleType (const std::string &s) noexcept |
Convert a string name to an AngleType. More... | |
std::string | gnsstk::StringUtils::asString (AngleType e) noexcept |
Convert a AngleType to a whitespace-free string name. More... | |