ocra-recipes
Doxygen documentation for the ocra-recipes repository
|
A callback function which binds the rpc server port opened in the contoller server module to the controller thread's parsing function. More...
#include <ClientManager.h>
Public Member Functions | |
moduleCallback (ClientManager &newModuleRef) | |
virtual bool | read (yarp::os::ConnectionReader &connection) |
A callback function which binds the rpc server port opened in the contoller server module to the controller thread's parsing function.
Definition at line 98 of file ClientManager.h.
ClientManager::moduleCallback::moduleCallback | ( | ClientManager & | newModuleRef | ) |
Constructor
newModuleRef | A shared pointer to the control thread. |
Definition at line 141 of file ClientManager.cpp.
|
virtual |
read
connection | Reads a port connection. |
Definition at line 147 of file ClientManager.cpp.