Template Function agnocast::create_client
Defined in File agnocast.hpp
Function Documentation
Warning
doxygenfunction: Unable to resolve function “agnocast::create_client” with arguments “(NodeT*, const std::string&, const rclcpp::QoS&, rclcpp::CallbackGroup::SharedPtr)”. Candidate function could not be parsed. Parsing error is Error when parsing function declaration. If the function has no return type: Error in declarator or parameters-and-qualifiers Invalid C++ declaration: Expecting “(” in parameters-and-qualifiers. [error at 60] template<typename ServiceT, typename NodeT> AGNOCAST_PUBLIC Client< ServiceT >::SharedPtr create_client (NodeT *node, const std::string &service_name, const rclcpp::QoS &qos=rclcpp::ServicesQoS(), rclcpp::CallbackGroup::SharedPtr group=nullptr) ————————————————————^ If the function has a return type: Error in declarator or parameters-and-qualifiers If pointer to member declarator: Invalid C++ declaration: Expected ‘::’ in pointer to member (function). [error at 90] template<typename ServiceT, typename NodeT> AGNOCAST_PUBLIC Client< ServiceT >::SharedPtr create_client (NodeT *node, const std::string &service_name, const rclcpp::QoS &qos=rclcpp::ServicesQoS(), rclcpp::CallbackGroup::SharedPtr group=nullptr) ——————————————————————————————^ If declarator-id: Invalid C++ declaration: Expecting “(” in parameters-and-qualifiers. [error at 90] template<typename ServiceT, typename NodeT> AGNOCAST_PUBLIC Client< ServiceT >::SharedPtr create_client (NodeT *node, const std::string &service_name, const rclcpp::QoS &qos=rclcpp::ServicesQoS(), rclcpp::CallbackGroup::SharedPtr group=nullptr) ——————————————————————————————^