#include <fruit/fruit.h>
#include <ros/ros.h>
#include <skyway/SkyWayEvents.h>
#include <functional>
#include <string>
Go to the source code of this file.
Classes | |
class | EventsService |
class | EventsServiceImpl |
Typedefs | |
using | EventsServiceFactory = std::function< std::unique_ptr< EventsService >(std::string, std::function< std::string()>)> |
Functions | |
fruit::Component< EventsServiceFactory > | getEventsServiceComponent () |
using EventsServiceFactory = std::function<std::unique_ptr<EventsService>( std::string, std::function<std::string()>)> |
Definition at line 52 of file events_service.h.
fruit::Component<EventsServiceFactory> getEventsServiceComponent | ( | ) |
Definition at line 22 of file events_service.cpp.