RTC Toolkit 6.0.0
Loading...
Searching...
No Matches
rtctk::componentFramework::IntrospectionImpl Class Reference

Class that handles reception of introspection commands. More...

#include <rtctk/componentFramework/introspectionImpl.hpp>

Inheritance diagram for rtctk::componentFramework::IntrospectionImpl:

Public Member Functions

 IntrospectionImpl (StateMachineEngine &engine, CommandReplier &replier)
 
::elt::mal::future< std::string > GetInterfaces (const std::string &service) override
 
::elt::mal::future< std::string > GetTopics (const std::string &topic) override
 
::elt::mal::future< std::string > GetOldbPrefix () override
 

Static Public Member Functions

static void Register (CommandReplier &replier, StateMachineEngine &engine)
 

Detailed Description

Class that handles reception of introspection commands.

Constructor & Destructor Documentation

◆ IntrospectionImpl()

rtctk::componentFramework::IntrospectionImpl::IntrospectionImpl ( StateMachineEngine & engine,
CommandReplier & replier )
inlineexplicit

Member Function Documentation

◆ GetInterfaces()

::elt::mal::future< std::string > rtctk::componentFramework::IntrospectionImpl::GetInterfaces ( const std::string & service)
inlineoverride

◆ GetOldbPrefix()

::elt::mal::future< std::string > rtctk::componentFramework::IntrospectionImpl::GetOldbPrefix ( )
inlineoverride

◆ GetTopics()

::elt::mal::future< std::string > rtctk::componentFramework::IntrospectionImpl::GetTopics ( const std::string & topic)
inlineoverride

◆ Register()

static void rtctk::componentFramework::IntrospectionImpl::Register ( CommandReplier & replier,
StateMachineEngine & engine )
inlinestatic

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