#include <fruit/fruit.h>
#include <ros/ros.h>
#include <skyway/SkyWayControl.h>
#include <functional>
#include <string>
Go to the source code of this file.
Classes | |
class | ControlService |
class | ControlServiceImpl |
Typedefs | |
using | ControlServiceFactory = std::function< std::unique_ptr< ControlService >(std::string, std::function< std::string(std::string)>)> |
Functions | |
fruit::Component< ControlServiceFactory > | getControlServiceComponent () |
using ControlServiceFactory = std::function<std::unique_ptr<ControlService>( std::string, std::function<std::string(std::string)>)> |
Definition at line 54 of file control_service.h.
fruit::Component<ControlServiceFactory> getControlServiceComponent | ( | ) |
Definition at line 24 of file control_service.cpp.