11#ifndef YARP_THRIFT_GENERATOR_STRUCT_RETURN_GET_ESTIMATED_POSES_H
12#define YARP_THRIFT_GENERATOR_STRUCT_RETURN_GET_ESTIMATED_POSES_H
24 std::vector<yarp::dev::Nav2D::Map2DLocation>
poses{};
31 const std::vector<yarp::dev::Nav2D::Map2DLocation>&
poses);
contains the definition of a Map2DLocation type
bool read(yarp::os::idl::WireReader &reader) override
std::string toString() const
std::vector< yarp::dev::Nav2D::Map2DLocation > poses
yarp::os::idl::Unwrapped< return_get_estimated_poses > unwrapped
return_get_estimated_poses()=default
bool write(const yarp::os::idl::WireWriter &writer) const override
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.