|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
14 #ifndef YARP_THRIFT_GENERATOR_STRUCT_MAP2DLOCATIONDATA_H
15 #define YARP_THRIFT_GENERATOR_STRUCT_MAP2DLOCATIONDATA_H
94 #ifndef YARP_NO_DEPRECATED // Since YARP 3.2
100 #endif // YARP_NO_DEPRECATED
105 #ifndef YARP_NO_DEPRECATED // Since YARP 3.2
111 #endif // YARP_NO_DEPRECATED
114 void set_map_id(
const std::string& map_id);
115 const std::string& get_map_id()
const;
116 virtual bool will_set_map_id();
117 virtual bool did_set_map_id();
120 void set_x(
const double x);
121 double get_x()
const;
122 virtual bool will_set_x();
123 virtual bool did_set_x();
126 void set_y(
const double y);
127 double get_y()
const;
128 virtual bool will_set_y();
129 virtual bool did_set_y();
132 void set_theta(
const double theta);
133 double get_theta()
const;
134 virtual bool will_set_theta();
135 virtual bool did_set_theta();
154 bool is_dirty_map_id;
167 void mark_dirty_map_id();
170 void mark_dirty_theta();
173 void dirty_flags(
bool flag);
205 #endif // YARP_THRIFT_GENERATOR_STRUCT_MAP2DLOCATIONDATA_H
bool read(ImageOf< PixelRgb > &dest, const std::string &src, image_fileformat format=FORMAT_ANY)
bool isValid()
Check if time is valid (non-zero).
yarp::os::idl::Unwrapped< Map2DLocationData > unwrapped
Interface implemented by all objects that can write themselves to the network, such as Bottle objects...
Editor(const Editor &rhs)=delete
IDL-friendly connection writer.
Editor & operator=(Editor &&rhs)=delete
Editor & operator=(const Editor &rhs)=delete
An interface for writing to a network connection.
A "tamed" Portable, that promises to serialize itself in an IDL-friendly way.
Base class for IDL client/server.
IDL-friendly connection reader.
An interface for reading from a network connection.
Editor(Editor &&rhs)=delete
#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.
The main, catch-all namespace for YARP.
bool write(const ImageOf< PixelRgb > &src, const std::string &dest, image_fileformat format=FORMAT_PPM)