|
Robot Raconteur Core C++ Library
|
Go to the source code of this file.
Classes | |
| class | RobotRaconteur::IRRServiceObject |
| Interface for service objects to receive service notifications. More... | |
| class | RobotRaconteur::ServerContext |
| Context for services registered in a node for use by clients. More... | |
| class | RobotRaconteur::ServerEndpoint |
| Server endpoint representing a client connection. More... | |
| class | RobotRaconteur::IRobotRaconteurMonitorObject |
| Service object monitor lock notification. More... | |
| class | RobotRaconteur::RRObject_default_impl |
| Base class for default service object implementations. More... | |
Typedefs | |
| using | RobotRaconteur::ServerContextPtr = boost::shared_ptr<ServerContext> |
| Convenience alias for ServerContext shared_ptr. | |
| using | RobotRaconteur::ServerEndpointPtr = boost::shared_ptr<ServerEndpoint> |
| Convenience alias for ServerEndpoint shared_ptr. | |