Robot Raconteur Core C++ Library
Loading...
Searching...
No Matches
RobotRaconteur::RRObject_default_impl Class Referenceabstract

Base class for default service object implementations. More...

#include <Service.h>

Inheritance diagram for RobotRaconteur::RRObject_default_impl:
RobotRaconteur::RRObject

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.

Detailed Description

Base class for default service object implementations.

RobotRaconteurGen will generate default implementations for service objects. See default_object_gen.md for more information.

Member Function Documentation

◆ RRType()

virtual std::string RobotRaconteur::RRObject::RRType ( )
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.

Returns
std::string

Implemented in RobotRaconteur::NodeID.


The documentation for this class was generated from the following file: