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