YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
IChatBotMsgsImpl Class Reference

#include <networkWrappers/chatBot_nws_yarp/ChatBot_nws_yarp.h>

+ Inheritance diagram for IChatBotMsgsImpl:

Public Member Functions

return_interact interactRPC (const std::string &messageIn) override
 
ReturnValue setLanguageRPC (const std::string &language) override
 
return_getLanguage getLanguageRPC () override
 
return_getStatus getStatusRPC () override
 
ReturnValue resetBotRPC () override
 
bool setInterfaces (yarp::dev::IChatBot *iChatBot)
 
std::mutex * getMutex ()
 
- Public Member Functions inherited from IChatBotMsgs
virtual yarp::os::ApplicationNetworkProtocolVersion getLocalProtocolVersion ()
 
virtual yarp::os::ApplicationNetworkProtocolVersion getRemoteProtocolVersion ()
 
virtual bool checkProtocolVersion ()
 
 IChatBotMsgs ()
 
virtual std::vector< std::string > help (const std::string &functionName="--all")
 
bool read (yarp::os::ConnectionReader &connection) override
 Read this object from a network connection.
 
- Public Member Functions inherited from yarp::os::Wire
yarp::os::WireLinkyarp ()
 Get YARP state associated with this object.
 
const yarp::os::WireLinkyarp () const
 Get YARP state associated with this object (const version).
 
- Public Member Functions inherited from yarp::os::PortReader
virtual ~PortReader ()
 Destructor.
 
virtual Type getReadType () const
 

Detailed Description

Definition at line 46 of file ChatBot_nws_yarp.h.

Member Function Documentation

◆ getLanguageRPC()

return_getLanguage IChatBotMsgsImpl::getLanguageRPC ( )
overridevirtual

Reimplemented from IChatBotMsgs.

Definition at line 64 of file IChatBotMsgsImpl.cpp.

◆ getMutex()

std::mutex * IChatBotMsgsImpl::getMutex ( )
inline

Definition at line 61 of file ChatBot_nws_yarp.h.

◆ getStatusRPC()

return_getStatus IChatBotMsgsImpl::getStatusRPC ( )
overridevirtual

Reimplemented from IChatBotMsgs.

Definition at line 84 of file IChatBotMsgsImpl.cpp.

◆ interactRPC()

return_interact IChatBotMsgsImpl::interactRPC ( const std::string &  messageIn)
overridevirtual

Reimplemented from IChatBotMsgs.

Definition at line 31 of file IChatBotMsgsImpl.cpp.

◆ resetBotRPC()

ReturnValue IChatBotMsgsImpl::resetBotRPC ( )
overridevirtual

Reimplemented from IChatBotMsgs.

Definition at line 104 of file IChatBotMsgsImpl.cpp.

◆ setInterfaces()

bool IChatBotMsgsImpl::setInterfaces ( yarp::dev::IChatBot iChatBot)

Definition at line 18 of file IChatBotMsgsImpl.cpp.

◆ setLanguageRPC()

ReturnValue IChatBotMsgsImpl::setLanguageRPC ( const std::string &  language)
overridevirtual

Reimplemented from IChatBotMsgs.

Definition at line 50 of file IChatBotMsgsImpl.cpp.


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