11 #ifndef YARP_THRIFT_GENERATOR_STRUCT_MAP2DPATHDATA_H
12 #define YARP_THRIFT_GENERATOR_STRUCT_MAP2DPATHDATA_H
28 std::vector<yarp::dev::Nav2D::Map2DLocation>
waypoints;
34 Map2DPathData(
const std::vector<yarp::dev::Nav2D::Map2DLocation>& waypoints);
86 #ifndef YARP_NO_DEPRECATED
97 #ifndef YARP_NO_DEPRECATED
106 void set_waypoints(
const std::vector<yarp::dev::Nav2D::Map2DLocation>& waypoints);
108 const std::vector<yarp::dev::Nav2D::Map2DLocation>& get_waypoints()
const;
109 virtual bool will_set_waypoints();
110 virtual bool did_set_waypoints();
129 bool is_dirty_waypoints;
139 void mark_dirty_waypoints();
142 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.