string_utils.h
Go to the documentation of this file.
1 #pragma once
2 
3 // SPDX-License-Identifier: BSD-3-Clause
4 // SPDX-FileCopyrightText: Czech Technical University in Prague
5 
12 #include <string>
13 
14 #include <compass_msgs/Azimuth.h>
15 
16 namespace compass_msgs
17 {
18 
25 std::string unitToString(decltype(Azimuth::unit) unit);
26 
33 decltype(Azimuth::unit) parseUnit(const std::string& unitStr);
34 
41 std::string orientationToString(decltype(Azimuth::orientation) orientation);
42 
49 decltype(Azimuth::orientation) parseOrientation(const std::string& orientationStr);
50 
57 std::string referenceToString(decltype(Azimuth::reference) reference);
58 
65 decltype(Azimuth::reference) parseReference(const std::string& referenceStr);
66 
67 }
compass_msgs
Definition: string_utils.h:16
compass_msgs::parseReference
decltype(Azimuth::reference) parseReference(const std::string &referenceStr)
Convert the given string to azimuth reference.
compass_msgs::parseUnit
decltype(Azimuth::unit) parseUnit(const std::string &unitStr)
Convert the given string to azimuth unit.
compass_msgs::referenceToString
std::string referenceToString(decltype(Azimuth::reference) reference)
Convert the given azimuth reference to string.
compass_msgs::unitToString
std::string unitToString(decltype(Azimuth::unit) unit)
Convert the given azimuth unit to string.
compass_msgs::orientationToString
std::string orientationToString(decltype(Azimuth::orientation) orientation)
Convert the given azimuth orientation to string.
compass_msgs::parseOrientation
decltype(Azimuth::orientation) parseOrientation(const std::string &orientationStr)
Convert the given string to azimuth orientation.


compass_msgs
Author(s): Martin Pecka
autogenerated on Wed Jan 8 2025 04:03:08