11#ifndef YARP_THRIFT_GENERATOR_STRUCT_MAP2DPATHDATA_H
12#define YARP_THRIFT_GENERATOR_STRUCT_MAP2DPATHDATA_H
30 std::vector<yarp::dev::Nav2D::Map2DLocation> waypoints{};
34 std::string description{};
40 Map2DPathData(
const std::vector<yarp::dev::Nav2D::Map2DLocation>& waypoints,
41 const std::string& description);
std::string toString(const T &value)
convert an arbitrary type to string.
contains the definition of a Map2DLocation type
yarp::os::idl::Unwrapped< Map2DPathData > unwrapped
An interface for reading from a network connection.
An interface for writing to a network connection.
A "tamed" Portable, that promises to serialize itself in an IDL-friendly way.
IDL-friendly connection reader.
IDL-friendly connection writer.
For streams capable of holding different kinds of content, check what they actually have.