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