|
ocra-recipes
Doxygen documentation for the ocra-recipes repository
|
#include <ServerCommunications.h>
Public Member Functions | |
| ServerCommunications () | |
| ServerCommunications (ocra::Controller::Ptr ctrl, ocra::Model::Ptr mdl) | |
| virtual | ~ServerCommunications () |
| bool | open () |
| void | close () |
| virtual bool | read (yarp::os::ConnectionReader &connection) |
| void | parseMessage (yarp::os::Bottle &input, yarp::os::Bottle &reply) |
Definition at line 33 of file ServerCommunications.h.
| ServerCommunications::ServerCommunications | ( | ) |
Definition at line 6 of file ServerCommunications.cpp.
| ServerCommunications::ServerCommunications | ( | ocra::Controller::Ptr | ctrl, |
| ocra::Model::Ptr | mdl | ||
| ) |
Definition at line 10 of file ServerCommunications.cpp.
|
virtual |
Definition at line 18 of file ServerCommunications.cpp.
| void ServerCommunications::close | ( | ) |
Definition at line 31 of file ServerCommunications.cpp.
| bool ServerCommunications::open | ( | ) |
Definition at line 23 of file ServerCommunications.cpp.
| void ServerCommunications::parseMessage | ( | yarp::os::Bottle & | input, |
| yarp::os::Bottle & | reply | ||
| ) |
Definition at line 55 of file ServerCommunications.cpp.
|
virtual |
Definition at line 37 of file ServerCommunications.cpp.
1.8.11