|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
10 #ifndef YARP_OS_RPCSERVER_H
11 #define YARP_OS_RPCSERVER_H
43 const PortWriter* callback =
nullptr)
const override;
50 const PortWriter* callback =
nullptr)
const override;
55 void setInputMode(
bool expectInput)
override;
56 void setOutputMode(
bool expectOutput)
override;
57 void setRpcMode(
bool expectRpc)
override;
82 #endif // YARP_OS_RPCSERVER_H
const Port & asPort() const override
Get the concrete Port being used for communication, const version.
bool read(ImageOf< PixelRgb > &dest, const std::string &src, image_fileformat format=FORMAT_ANY)
Port & asPort() override
Get the concrete Port being used for communication.
Interface implemented by all objects that can write themselves to the network, such as Bottle objects...
A mini-server for network communication.
Interface implemented by all objects that can read themselves from the network, such as Bottle object...
A port that is specialized as an RPC server.
The main, catch-all namespace for YARP.
bool write(const ImageOf< PixelRgb > &src, const std::string &dest, image_fileformat format=FORMAT_PPM)