7#ifndef YARP_OS_RPCSERVER_H
8#define YARP_OS_RPCSERVER_H
39 const PortWriter* callback =
nullptr)
const override;
46 const PortWriter* callback =
nullptr)
const override;
49 bool read(
PortReader& reader,
bool willReply =
true)
override;
A mini-server for performing network communication in the background.
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 server.
const Port & asPort() const override
Get the concrete Port being used for communication, const version.
Port & asPort() override
Get the concrete Port being used for communication.
An interface to the operating system, including Port based communication.