A callback function which binds the rpc server port opened in the contoller server module to the controller thread's parsing function. More...
#include <Thread.h>
Public Member Functions | |
ControllerRpcServerCallback (Thread &threadRef) | |
virtual bool | read (yarp::os::ConnectionReader &connection) |
Private Attributes | |
Thread & | thread |
A callback function which binds the rpc server port opened in the contoller server module to the controller thread's parsing function.
Constructor
ctThreadPtr | A shared pointer to the control thread. |
bool Thread::ControllerRpcServerCallback::read | ( | yarp::os::ConnectionReader & | connection | ) | [virtual] |
read
connection | Reads a port connection. |
A shared pointer to the control thread.