#include <networkWrappers/speechSynthesizer_nws_yarp/SpeechSynthesizer_nws_yarp.h>
Public Member Functions | |
SpeechSynthesizer_CallbackHelper ()=delete | |
SpeechSynthesizer_CallbackHelper (yarp::dev::ISpeechSynthesizer *x, yarp::os::Port *output_port) | |
virtual | ~SpeechSynthesizer_CallbackHelper () override |
void | onRead (yarp::os::Bottle &b) override |
Callback method. | |
![]() | |
virtual | ~TypedReaderCallback () |
Destructor. | |
virtual void | onRead (yarp::os::Bottle &datum, const yarp::os::TypedReader< yarp::os::Bottle > &reader) |
Callback method. | |
Protected Attributes | |
yarp::dev::ISpeechSynthesizer * | m_isptr {nullptr} |
yarp::os::Port * | m_output_port {nullptr} |
Definition at line 32 of file SpeechSynthesizer_nws_yarp.h.
|
delete |
SpeechSynthesizer_CallbackHelper::SpeechSynthesizer_CallbackHelper | ( | yarp::dev::ISpeechSynthesizer * | x, |
yarp::os::Port * | output_port | ||
) |
Definition at line 262 of file SpeechSynthesizer_nws_yarp.cpp.
|
inlineoverridevirtual |
Definition at line 42 of file SpeechSynthesizer_nws_yarp.h.
|
overridevirtual |
Callback method.
datum | data read from a port |
Reimplemented from yarp::os::TypedReaderCallback< yarp::os::Bottle >.
Definition at line 273 of file SpeechSynthesizer_nws_yarp.cpp.
|
protected |
Definition at line 36 of file SpeechSynthesizer_nws_yarp.h.
|
protected |
Definition at line 37 of file SpeechSynthesizer_nws_yarp.h.