43 if (!writer.
writeString(
"getRemoteProtocolVersion")) {
57 if (!helper_proto.read(connection)) {
67 if(!
yarp().canWrite()) {
68 yError(
" Missing server method IOdometry2DMsgs::getRemoteProtocolVersion");
73 return helper.helper_proto;}
84 if (remproto.protocol_version != locproto.protocol_version)
86 yCError(SERVICE_LOG_COMPONENT) <<
"Invalid communication protocol.";
87 yCError(SERVICE_LOG_COMPONENT) <<
"Local Protocol Version: " << locproto.toString();
88 yCError(SERVICE_LOG_COMPONENT) <<
"Remote Protocol Version: " << remproto.toString();
158 static constexpr const char*
s_tag{
"reset_odometry_RPC"};
162 static constexpr const char*
s_prototype{
"yarp::dev::ReturnValue IOdometry2DMsgs::reset_odometry_RPC()"};
183 return write(writer);
198 if (!writeTag(writer)) {
201 if (!writeArgs(writer)) {
222 if (!readTag(reader)) {
225 if (!readArgs(reader)) {
256 return write(writer);
268 if (!writer.
write(return_helper)) {
281 if (!reader.
read(return_helper)) {
296 yarp().setOwner(*
this);
301 if (!
yarp().canWrite()) {
305 bool ok =
yarp().write(helper, helper);
312 bool showAll = (functionName ==
"--all");
313 std::vector<std::string> helpString;
315 helpString.emplace_back(
"*** Available commands:");
317 helpString.emplace_back(
"help");
322 if (functionName ==
"help") {
323 helpString.emplace_back(
"std::vector<std::string> help(const std::string& functionName = \"--all\")");
324 helpString.emplace_back(
"Return list of available commands, or help message for a specific function");
325 helpString.emplace_back(
"@param functionName name of command for which to get a detailed description. If none or '--all' is provided, print list of available commands");
326 helpString.emplace_back(
"@return list of strings (one string per line)");
329 if (helpString.empty()) {
330 helpString.emplace_back(
"Command not found");
338 constexpr size_t max_tag_len = 3;
348 std::string tag = reader.
readTag(1);
349 bool direct = (tag ==
"__direct__");
353 while (tag_len <= max_tag_len && !reader.
isError()) {
354 if(tag ==
"getRemoteProtocolVersion") {
361 auto proto = getLocalProtocolVersion();
367 if (!writer.
write(proto)) {
390 std::string functionName;
392 functionName =
"--all";
394 auto help_strings = help(functionName);
400 if (!writer.
writeTag(
"many", 1, 0)) {
406 for (
const auto& help_string : help_strings) {
422 std::string next_tag = reader.
readTag(1);
423 if (next_tag.empty()) {
426 tag.append(
"_").append(next_tag);
427 tag_len = std::count(tag.begin(), tag.end(),
'_') + 1;
yarp::os::ApplicationNetworkProtocolVersion helper_proto
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
IOdometry2DMsgs_getRemoteProtocolVersion_helper()=default
bool write(yarp::os::ConnectionWriter &connection) const override
Write this object to a network connection.
~Command() override=default
bool readArgs(yarp::os::idl::WireReader &reader)
bool writeArgs(const yarp::os::idl::WireWriter &writer) const
bool readTag(yarp::os::idl::WireReader &reader)
bool writeTag(const yarp::os::idl::WireWriter &writer) const
bool write(yarp::os::ConnectionWriter &connection) const override
Write this object to a network connection.
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
bool write(yarp::os::ConnectionWriter &connection) const override
Write this object to a network connection.
~Reply() override=default
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
yarp::dev::ReturnValue return_helper
static constexpr const char * s_prototype
IOdometry2DMsgs_reset_odometry_RPC_helper()=default
static constexpr const char * s_help
static constexpr const char * s_tag
static constexpr size_t s_reply_len
yarp::dev::ReturnValue(*)() funcptr_t
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
void call(IOdometry2DMsgs *ptr)
bool write(yarp::os::ConnectionWriter &connection) const override
Write this object to a network connection.
static constexpr size_t s_cmd_len
static constexpr size_t s_tag_len
virtual bool checkProtocolVersion()
virtual yarp::os::ApplicationNetworkProtocolVersion getRemoteProtocolVersion()
virtual yarp::os::ApplicationNetworkProtocolVersion getLocalProtocolVersion()
virtual yarp::dev::ReturnValue reset_odometry_RPC()
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
virtual std::vector< std::string > help(const std::string &functionName="--all")
short int protocol_version
An interface for reading from a network connection.
An interface for writing to a network connection.
This is a base class for objects that can be both read from and be written to the YARP network.
bool write(PortWriter &writer)
Write a message to the associated port or reader.
yarp::os::WireLink & yarp()
Get YARP state associated with this object.
A "tamed" Portable, that promises to serialize itself in an IDL-friendly way.
IDL-friendly connection reader.
bool readString(std::string &str, bool *is_vocab=nullptr)
std::string readTag(size_t len=static_cast< size_t >(-1))
bool read(WirePortable &obj)
IDL-friendly connection writer.
bool write(const WirePortable &obj) const
bool writeListHeader(int len) const
bool writeTag(const char *tag, int split, int len) const
bool writeString(const std::string &str, bool skip_tag=false) const
bool writeListEnd() const
bool writeListBegin(int tag, size_t len) const
#define yCError(component,...)
#define YARP_LOG_COMPONENT(name,...)
The main, catch-all namespace for YARP.
#define YARP_VERSION_PATCH
#define YARP_VERSION_MAJOR
#define YARP_VERSION_MINOR