14 #ifndef YARP_THRIFT_GENERATOR_STRUCT_MAP2DPATHDATA_H
15 #define YARP_THRIFT_GENERATOR_STRUCT_MAP2DPATHDATA_H
31 std::vector<yarp::dev::Nav2D::Map2DLocation>
waypoints;
37 Map2DPathData(
const std::vector<yarp::dev::Nav2D::Map2DLocation>& waypoints);
89 #ifndef YARP_NO_DEPRECATED
100 #ifndef YARP_NO_DEPRECATED
109 void set_waypoints(
const std::vector<yarp::dev::Nav2D::Map2DLocation>& waypoints);
111 const std::vector<yarp::dev::Nav2D::Map2DLocation>& get_waypoints()
const;
112 virtual bool will_set_waypoints();
113 virtual bool did_set_waypoints();
132 bool is_dirty_waypoints;
142 void mark_dirty_waypoints();
145 void dirty_flags(
bool flag);
contains the definition of a Map2DLocation type
Editor(Editor &&rhs)=delete
Editor & operator=(Editor &&rhs)=delete
Editor(const Editor &rhs)=delete
Editor & operator=(const Editor &rhs)=delete
std::vector< yarp::dev::Nav2D::Map2DLocation > waypoints
yarp::os::idl::Unwrapped< Map2DPathData > unwrapped
An interface for reading from a network connection.
An interface for writing to a network connection.
Interface implemented by all objects that can write themselves to the network, such as Bottle objects...
Base class for IDL client/server.
A "tamed" Portable, that promises to serialize itself in an IDL-friendly way.
IDL-friendly connection reader.
IDL-friendly connection writer.
#define YARP_DEPRECATED_MSG(MSG)
Expands to either the standard [[deprecated]] attribute or a compiler-specific decorator such as __at...
std::string toString(const T &value)
convert an arbitrary type to string.
bool isValid()
Check if time is valid (non-zero).
bool read(ImageOf< PixelRgb > &dest, const std::string &src, image_fileformat format=FORMAT_ANY)
bool write(const ImageOf< PixelRgb > &src, const std::string &dest, image_fileformat format=FORMAT_PPM)
The main, catch-all namespace for YARP.