#include <networkWrappers/chatBot_nws_yarp/ChatBot_nws_yarp.h>
Public Member Functions | |
return_interact | interactRPC (const std::string &messageIn) override |
bool | setLanguageRPC (const std::string &language) override |
return_getLanguage | getLanguageRPC () override |
return_getStatus | getStatusRPC () override |
bool | resetBotRPC () override |
bool | setInterfaces (yarp::dev::IChatBot *iChatBot) |
std::mutex * | getMutex () |
![]() | |
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. | |
![]() | |
yarp::os::WireLink & | yarp () |
Get YARP state associated with this object. | |
const yarp::os::WireLink & | yarp () const |
Get YARP state associated with this object (const version). | |
![]() | |
virtual | ~PortReader () |
Destructor. | |
virtual Type | getReadType () const |
Definition at line 46 of file ChatBot_nws_yarp.h.
|
overridevirtual |
Reimplemented from IChatBotMsgs.
Definition at line 59 of file IChatBotMsgsImpl.cpp.
|
inline |
Definition at line 61 of file ChatBot_nws_yarp.h.
|
overridevirtual |
Reimplemented from IChatBotMsgs.
Definition at line 77 of file IChatBotMsgsImpl.cpp.
|
overridevirtual |
Reimplemented from IChatBotMsgs.
Definition at line 29 of file IChatBotMsgsImpl.cpp.
|
overridevirtual |
Reimplemented from IChatBotMsgs.
Definition at line 95 of file IChatBotMsgsImpl.cpp.
bool IChatBotMsgsImpl::setInterfaces | ( | yarp::dev::IChatBot * | iChatBot | ) |
Definition at line 16 of file IChatBotMsgsImpl.cpp.
Reimplemented from IChatBotMsgs.
Definition at line 47 of file IChatBotMsgsImpl.cpp.