11#ifndef YARP_THRIFT_GENERATOR_SERVICE_IROBOTDESCRIPTIONMSGS_H
12#define YARP_THRIFT_GENERATOR_SERVICE_IROBOTDESCRIPTIONMSGS_H
46 virtual std::vector<std::string>
help(
const std::string& functionName =
"--all");
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
virtual yarp::os::ApplicationNetworkProtocolVersion getRemoteProtocolVersion()
virtual yarp::dev::ReturnValue unregisterAllRPC()
virtual return_getAllDevices getAllDevicesRPC()
virtual bool checkProtocolVersion()
virtual return_getAllDevicesByType getAllDevicesByTypeRPC(const std::string &type)
virtual std::vector< std::string > help(const std::string &functionName="--all")
virtual yarp::os::ApplicationNetworkProtocolVersion getLocalProtocolVersion()
virtual yarp::dev::ReturnValue registerDeviceRPC(const yarp::dev::DeviceDescription &dev)
virtual yarp::dev::ReturnValue unregisterDeviceRPC(const std::string &dev)
An interface for reading from a network connection.
Base class for IDL client/server.