Go to the documentation of this file.
5 std::function<void(
int)> shutdown_handler;
12 std::shared_ptr<IPluginRouterFactory> plugin_router_factory)
13 : control_service_factory_(control_service_factory),
14 event_service_factory_(event_service_factory),
15 plugin_router_factory_(
std::move(plugin_router_factory)) {
44 std::string
event = message;
70 std::string plugin_type,
71 std::string plugin_param) {
72 std::shared_ptr<rapidjson::Document> doc(
new rapidjson::Document);
73 doc->Parse(plugin_param.c_str());
77 auto result = plugin_router->TryStart();
80 if (result.is_success) {
82 ss <<
"key-" << result.port;
83 std::string key = ss.str();
92 ss <<
"key-" << port_num;
93 std::string key = ss.str();
97 ROS_ERROR(
"data connection not found at onDeleteData");
102 return fruit::createComponent()
std::unordered_map< std::string, std::unique_ptr< PluginRouter > > plugin_map_
const std::string response
void shutdown(int signal)
std::unique_ptr< EventsService > event_service_
virtual PluginResult OnConnectData(std::string target_ip, uint16_t, std::string, std::string) override
void release_string(char *message)
EventsServiceFactory event_service_factory_
ROSCPP_DECL void shutdown()
ControlServiceFactory control_service_factory_
std::string on_event_request()
def signal_handler(peer_id, token)
std::shared_ptr< IPluginRouterFactory > plugin_router_factory_
std::function< std::unique_ptr< ControlService >(std::string, std::function< std::string(std::string)>)> ControlServiceFactory
virtual void OnDeleteData(uint16_t port_num) override
Component< Router > getRouterComponent()
char * call_service(const char *message)
Component< ControlServiceFactory > getControlServiceComponent()
Component< EventsServiceFactory > getEventsServiceComponent()
virtual void OnCreatePeer(char *peer_id, char *token) override
std::string on_control_message(std::string)
std::function< std::unique_ptr< EventsService >(std::string, std::function< std::string()>)> EventsServiceFactory
Component< IPluginRouterFactory > getPluginFactoryComponent()
std::unique_ptr< ControlService > control_service_
skyway
Author(s): Toshiya Nakakura
autogenerated on Thu Oct 26 2023 02:42:21