7#ifndef YARP_OS_RPCCLIENT_H
8#define YARP_OS_RPCCLIENT_H
45 bool replyAndDrop(
PortWriter& writer)
override;
47 void setInputMode(
bool expectInput)
override;
48 void setOutputMode(
bool expectOutput)
override;
49 void setRpcMode(
bool expectRpc)
override;
51 Port& asPort()
override;
52 const Port& asPort()
const override;
54#ifndef DOXYGEN_SHOULD_SKIP_THIS
Interface implemented by all objects that can read themselves from the network, such as Bottle object...
Interface implemented by all objects that can write themselves to the network, such as Bottle objects...
A mini-server for network communication.
A port that is specialized as an RPC client.
const RpcClient & operator=(const RpcClient &alt)=delete
RpcClient(const RpcClient &alt)=delete
An interface to the operating system, including Port based communication.
bool read(ImageOf< PixelRgb > &dest, const std::string &src, image_fileformat format=FORMAT_ANY)