#include "ObservationType.hpp"
Go to the source code of this file.
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
gnsstk::StringUtils | |
Functions | |
ObservationType | gnsstk::StringUtils::asObservationType (const std::string &s) noexcept |
Convert a string name to an ObservationType. More... | |
std::string | gnsstk::StringUtils::asString (ObservationType e) noexcept |
Convert a ObservationType to a whitespace-free string name. More... | |