Functions | |
| std::string | orientationToString (decltype(Azimuth::orientation) orientation) |
| Convert the given azimuth orientation to string. More... | |
| decltype(Azimuth::orientation) | parseOrientation (const std::string &orientationStr) |
| Convert the given string to azimuth orientation. More... | |
| decltype(Azimuth::reference) | parseReference (const std::string &referenceStr) |
| Convert the given string to azimuth reference. More... | |
| decltype(Azimuth::unit) | parseUnit (const std::string &unitStr) |
| Convert the given string to azimuth unit. More... | |
| std::string | referenceToString (decltype(Azimuth::reference) reference) |
| Convert the given azimuth reference to string. More... | |
| std::string | unitToString (decltype(Azimuth::unit) unit) |
| Convert the given azimuth unit to string. More... | |
| std::string compass_msgs::orientationToString | ( | decltype(Azimuth::orientation) | orientation | ) |
Convert the given azimuth orientation to string.
| [in] | orientation | The orientation. |
| std::runtime_error | If the orientation is invalid. |
| decltype(Azimuth::orientation) compass_msgs::parseOrientation | ( | const std::string & | orientationStr | ) |
Convert the given string to azimuth orientation.
| [in] | orientationStr | A string describing the orientation. |
| std::runtime_error | If the orientation is invalid. |
| decltype(Azimuth::reference) compass_msgs::parseReference | ( | const std::string & | referenceStr | ) |
Convert the given string to azimuth reference.
| [in] | referenceStr | A string describing the reference. |
| std::runtime_error | If the reference is invalid. |
| decltype(Azimuth::unit) compass_msgs::parseUnit | ( | const std::string & | unitStr | ) |
Convert the given string to azimuth unit.
| [in] | unitStr | A string describing the unit. |
| std::runtime_error | If the unit is invalid. |
| std::string compass_msgs::referenceToString | ( | decltype(Azimuth::reference) | reference | ) |
Convert the given azimuth reference to string.
| [in] | reference | The reference. |
| std::runtime_error | If the reference is invalid. |
| std::string compass_msgs::unitToString | ( | decltype(Azimuth::unit) | unit | ) |
Convert the given azimuth unit to string.
| [in] | unit | The unit. |
| std::runtime_error | If the unit is invalid. |