#include <messages/IChatBotMsgs/idl_generated_code/IChatBotMsgs.h>
Public Member Functions | |
IChatBotMsgs () | |
virtual return_interact | interactRPC (const std::string &messageIn) |
virtual bool | setLanguageRPC (const std::string &language) |
virtual return_getLanguage | getLanguageRPC () |
virtual return_getStatus | getStatusRPC () |
virtual bool | resetBotRPC () |
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 20 of file IChatBotMsgs.h.
IChatBotMsgs::IChatBotMsgs | ( | ) |
Definition at line 1025 of file IChatBotMsgs.cpp.
|
virtual |
Reimplemented in IChatBotMsgsImpl.
Definition at line 1050 of file IChatBotMsgs.cpp.
|
virtual |
Reimplemented in IChatBotMsgsImpl.
Definition at line 1060 of file IChatBotMsgs.cpp.
|
virtual |
Definition at line 1081 of file IChatBotMsgs.cpp.
|
virtual |
Reimplemented in IChatBotMsgsImpl.
Definition at line 1030 of file IChatBotMsgs.cpp.
|
overridevirtual |
Read this object from a network connection.
Override this for your particular class.
reader | an interface to the network connection for reading |
Implements yarp::os::PortReader.
Definition at line 1123 of file IChatBotMsgs.cpp.
|
virtual |
Reimplemented in IChatBotMsgsImpl.
Definition at line 1070 of file IChatBotMsgs.cpp.
|
virtual |
Reimplemented in IChatBotMsgsImpl.
Definition at line 1040 of file IChatBotMsgs.cpp.