|
Robot Raconteur Core C++ Library
|
Base class for default service object implementations. More...
#include <Service.h>
Public Member Functions | |
| virtual std::string | RRType ()=0 |
| Gets the type of the object as a string. This string is in C++ format, using two colons to separate namespaces instead of dots. | |
Base class for default service object implementations.
RobotRaconteurGen will generate default implementations for service objects. See default_object_gen.md for more information.
|
pure virtualinherited |
Gets the type of the object as a string. This string is in C++ format, using two colons to separate namespaces instead of dots.
Implemented in RobotRaconteur::NodeID.