#include <networkWrappers/chatBot_nws_yarp/ChatBot_nws_yarp.h>
Inheritance diagram for ChatBotRPC_CallbackHelper:Public Member Functions | |
| virtual | ~ChatBotRPC_CallbackHelper () override |
| bool | setCommunications (yarp::dev::IChatBot *iser, yarp::os::Port *port) |
| void | onRead (yarp::os::Bottle &b) override |
Public Member Functions inherited from yarp::os::TypedReaderCallback< yarp::os::Bottle > | |
| virtual | ~TypedReaderCallback () |
| Destructor. | |
| virtual void | onRead (yarp::os::Bottle &datum) |
| Callback method. | |
| virtual void | onRead (yarp::os::Bottle &datum, const yarp::os::TypedReader< yarp::os::Bottle > &reader) |
| Callback method. | |
Protected Attributes | |
| yarp::dev::IChatBot * | m_iChatBot {nullptr} |
| yarp::os::Port * | m_outPort {nullptr} |
Definition at line 30 of file ChatBot_nws_yarp.h.
|
inlineoverridevirtual |
Definition at line 37 of file ChatBot_nws_yarp.h.
|
override |
Definition at line 29 of file ChatBotRPC_CallbackHelper.cpp.
| bool ChatBotRPC_CallbackHelper::setCommunications | ( | yarp::dev::IChatBot * | iser, |
| yarp::os::Port * | port | ||
| ) |
Definition at line 16 of file ChatBotRPC_CallbackHelper.cpp.
|
protected |
Definition at line 33 of file ChatBot_nws_yarp.h.
|
protected |
Definition at line 34 of file ChatBot_nws_yarp.h.