6#ifndef YARP_DEV_MAP2DSERVERIMPL_H
7#define YARP_DEV_MAP2DSERVERIMPL_H
return_get_map_names get_map_names_RPC() override
yarp::dev::ReturnValue clear_all_areas_RPC() override
yarp::dev::ReturnValue rename_path_RPC(const std::string &original_name, const std::string &new_name) override
IMap2DRPCd(yarp::dev::Nav2D::IMap2D *_imap)
return_get_path get_path_RPC(const std::string &path_name) override
yarp::dev::ReturnValue store_area_RPC(const std::string &area_name, const yarp::dev::Nav2D::Map2DArea &area) override
yarp::dev::ReturnValue load_locations_and_extras_RPC(const std::string &locations_collection_file) override
yarp::dev::ReturnValue store_map_RPC(const yarp::dev::Nav2D::MapGrid2D &themap) override
yarp::dev::ReturnValue save_locations_and_extras_RPC(const std::string &locations_collection_file) override
yarp::dev::ReturnValue rename_area_RPC(const std::string &original_name, const std::string &new_name) override
yarp::dev::ReturnValue rename_location_RPC(const std::string &original_name, const std::string &new_name) override
yarp::dev::ReturnValue save_maps_collection_RPC(const std::string &maps_collection_file) override
yarp::dev::ReturnValue delete_area_RPC(const std::string &area_name) override
return_get_location get_location_RPC(const std::string &location_name) override
yarp::dev::ReturnValue delete_path_RPC(const std::string &path_name) override
return_get_areas_list get_areas_list_RPC() override
yarp::dev::ReturnValue clear_map_temporary_flags_RPC(const std::string &map_name) override
yarp::dev::ReturnValue store_path_RPC(const std::string &path_name, const yarp::dev::Nav2D::Map2DPath &path) override
yarp::dev::ReturnValue clear_all_maps_temporary_flags_RPC() override
return_get_paths_list get_paths_list_RPC() override
return_get_locations_list get_locations_list_RPC() override
return_get_area get_area_RPC(const std::string &area_name) override
yarp::dev::ReturnValue clear_all_locations_RPC() override
yarp::dev::ReturnValue clear_all_paths_RPC() override
yarp::dev::ReturnValue clear_all_maps_RPC() override
return_get_map get_map_RPC(const std::string &map_name) override
yarp::dev::ReturnValue store_location_RPC(const std::string &location_name, const yarp::dev::Nav2D::Map2DLocation &loc) override
yarp::dev::ReturnValue remove_map_RPC(const std::string &map_name) override
yarp::dev::ReturnValue load_maps_collection_RPC(const std::string &maps_collection_file) override
yarp::dev::ReturnValue delete_location_RPC(const std::string &location_name) override