39 virtual bool close()
override;
43 virtual bool detach()
override;
This class is the parameters parser for class LLM_nws_yarp.
LLM_nws_yarp: A server which can be wrap multiple algorithms and devices to provide LLM services.
yarp::os::RpcServer m_RpcPort
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
virtual bool attach(yarp::dev::PolyDriver *drv) override
Attach to another object.
virtual bool open(yarp::os::Searchable &prop) override
Open the DeviceDriver.
virtual bool close() override
Close the DeviceDriver.
virtual bool detach() override
Detach the object (you must have first called attach).
Interface implemented by all device drivers.
A container for a device driver.
Helper interface for an object that can wrap/or "attach" to a single other device.
An interface for reading from a network connection.
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.
A base class for nested structures that can be searched.