#include <messages/IChatBotMsgs/idl_generated_code/IChatBotMsgs.h>
Public Member Functions | |
virtual yarp::os::ApplicationNetworkProtocolVersion | getLocalProtocolVersion () |
virtual yarp::os::ApplicationNetworkProtocolVersion | getRemoteProtocolVersion () |
virtual bool | checkProtocolVersion () |
IChatBotMsgs () | |
virtual return_interact | interactRPC (const std::string &messageIn) |
virtual yarp::dev::ReturnValue | setLanguageRPC (const std::string &language) |
virtual return_getLanguage | getLanguageRPC () |
virtual return_getStatus | getStatusRPC () |
virtual yarp::dev::ReturnValue | 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 22 of file IChatBotMsgs.h.
IChatBotMsgs::IChatBotMsgs | ( | ) |
Definition at line 1104 of file IChatBotMsgs.cpp.
|
virtual |
Definition at line 80 of file IChatBotMsgs.cpp.
|
virtual |
Reimplemented in IChatBotMsgsImpl.
Definition at line 1129 of file IChatBotMsgs.cpp.
|
virtual |
Definition at line 95 of file IChatBotMsgs.cpp.
|
virtual |
Definition at line 65 of file IChatBotMsgs.cpp.
|
virtual |
Reimplemented in IChatBotMsgsImpl.
Definition at line 1139 of file IChatBotMsgs.cpp.
|
virtual |
Definition at line 1160 of file IChatBotMsgs.cpp.
|
virtual |
Reimplemented in IChatBotMsgsImpl.
Definition at line 1109 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 1202 of file IChatBotMsgs.cpp.
|
virtual |
Reimplemented in IChatBotMsgsImpl.
Definition at line 1149 of file IChatBotMsgs.cpp.
|
virtual |
Reimplemented in IChatBotMsgsImpl.
Definition at line 1119 of file IChatBotMsgs.cpp.