7#ifndef __CONVERSATION_CALLBACK_H_
8#define __CONVERSATION_CALLBACK_H_
void conversationChanged()
ConversationCallback(QObject *parent=nullptr)
void onRead(yarp::os::Bottle &datum, const yarp::os::TypedReader< yarp::os::Bottle > &reader) override
Callback method.
void onRead(yarp::os::Bottle &) override
A simple collection of objects that can be described and transmitted in a portable way.
A mini-server for performing network communication in the background.
A callback for typed data from a port.
virtual void onRead(T &datum)
Callback method.