#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::WireLink & | yarp () |
| Get YARP state associated with this object. | |
| const yarp::os::WireLink & | yarp () 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 |
Definition at line 46 of file ChatBot_nws_yarp.h.
|
overridevirtual |
Reimplemented from IChatBotMsgs.
Definition at line 64 of file IChatBotMsgsImpl.cpp.
|
inline |
Definition at line 61 of file ChatBot_nws_yarp.h.
|
overridevirtual |
Reimplemented from IChatBotMsgs.
Definition at line 84 of file IChatBotMsgsImpl.cpp.
|
overridevirtual |
Reimplemented from IChatBotMsgs.
Definition at line 31 of file IChatBotMsgsImpl.cpp.
|
overridevirtual |
Reimplemented from IChatBotMsgs.
Definition at line 104 of file IChatBotMsgsImpl.cpp.
| bool IChatBotMsgsImpl::setInterfaces | ( | yarp::dev::IChatBot * | iChatBot | ) |
Definition at line 18 of file IChatBotMsgsImpl.cpp.
|
overridevirtual |
Reimplemented from IChatBotMsgs.
Definition at line 50 of file IChatBotMsgsImpl.cpp.