service_utils.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <future>
4 #include <string>
5 
6 namespace foxglove_bridge {
7 
12 std::future<std::string> retrieveServiceType(const std::string& serviceName);
13 
14 } // namespace foxglove_bridge
std::future< std::string > retrieveServiceType(const std::string &serviceName)


foxglove_bridge
Author(s): Foxglove
autogenerated on Mon Jul 3 2023 02:12:22