#include "ReferenceFrame.hpp"
Go to the source code of this file.
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
gnsstk::StringUtils | |
Functions | |
ReferenceFrame | gnsstk::StringUtils::asReferenceFrame (const std::string &s) |
Convert a string representation of ReferenceFrame to an enum. More... | |
std::string | gnsstk::StringUtils::asString (ReferenceFrame e) |
Convert a ReferenceFrame enum to its string representation. More... | |