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