ocra-wbi-plugins
Doxygen documentation for the ocra-wbi-plugins repository
Thread::DebugRpcServerCallback Class Reference

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>

Collaboration diagram for Thread::DebugRpcServerCallback:
[legend]

List of all members.

Public Member Functions

 DebugRpcServerCallback (Thread &threadRef)
virtual bool read (yarp::os::ConnectionReader &connection)

Private Attributes

Threadthread

Detailed Description

A callback function which binds the rpc server port opened in the contoller server module to the controller thread's parsing function.


Constructor & Destructor Documentation

Constructor

Parameters:
ctThreadPtrA shared pointer to the control thread.

Member Function Documentation

bool Thread::DebugRpcServerCallback::read ( yarp::os::ConnectionReader &  connection) [virtual]

read

Parameters:
connectionReads a port connection.
Returns:
A boolean which tells whether or not a message was read.

Member Data Documentation

A shared pointer to the control thread.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines