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 | |
| DebugRpcServerCallback (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.
| Thread::DebugRpcServerCallback::DebugRpcServerCallback | ( | Thread & | threadRef | ) |
Constructor
| ctThreadPtr | A shared pointer to the control thread. |
| bool Thread::DebugRpcServerCallback::read | ( | yarp::os::ConnectionReader & | connection | ) | [virtual] |
read
| connection | Reads a port connection. |
Thread& Thread::DebugRpcServerCallback::thread [private] |
A shared pointer to the control thread.