7 #include <websocketpp/config/asio_client.hpp>
9 #include "../parameter.hpp"
10 #include "../websocket_client.hpp"
17 std::future<std::vector<Parameter>>
waitForParameters(std::shared_ptr<ClientInterface> client,
18 const std::string& requestId = std::string());
22 std::future<Service>
waitForService(std::shared_ptr<ClientInterface> client,
23 const std::string& serviceName);
25 std::future<Channel>
waitForChannel(std::shared_ptr<ClientInterface> client,
26 const std::string& topicName);
30 extern template class Client<websocketpp::config::asio_client>;