YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
ISpeechSynthesizerMsgsd Class Reference

#include <networkWrappers/speechSynthesizer_nws_yarp/SpeechSynthesizer_nws_yarp.h>

+ Inheritance diagram for ISpeechSynthesizerMsgsd:

Public Member Functions

virtual return_set_language set_language (const std::string &language) override
 
virtual return_get_language get_language () override
 
virtual return_set_voice set_voice (const std::string &language) override
 
virtual return_get_voice get_voice () override
 
virtual return_set_speed set_speed (double speed) override
 
virtual return_get_speed get_speed () override
 
virtual return_set_pitch set_pitch (double pitch) override
 
virtual return_get_pitch get_pitch () override
 
virtual return_synthesize synthesize (const std::string &text) override
 
void setInterfaces (yarp::dev::ISpeechSynthesizer *iser)
 
void setOutputPort (yarp::os::Port *port)
 
std::mutex * getMutex ()
 
- Public Member Functions inherited from ISpeechSynthesizerMsgs
virtual yarp::os::ApplicationNetworkProtocolVersion getLocalProtocolVersion ()
 
virtual yarp::os::ApplicationNetworkProtocolVersion getRemoteProtocolVersion ()
 
virtual bool checkProtocolVersion ()
 
 ISpeechSynthesizerMsgs ()
 
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.
 
- Public Member Functions inherited from yarp::os::Wire
yarp::os::WireLinkyarp ()
 Get YARP state associated with this object.
 
const yarp::os::WireLinkyarp () const
 Get YARP state associated with this object (const version).
 
- Public Member Functions inherited from yarp::os::PortReader
virtual ~PortReader ()
 Destructor.
 
virtual Type getReadType () const
 

Detailed Description

Definition at line 49 of file SpeechSynthesizer_nws_yarp.h.

Member Function Documentation

◆ get_language()

return_get_language ISpeechSynthesizerMsgsd::get_language ( )
overridevirtual

Reimplemented from ISpeechSynthesizerMsgs.

Definition at line 131 of file SpeechSynthesizer_nws_yarp.cpp.

◆ get_pitch()

return_get_pitch ISpeechSynthesizerMsgsd::get_pitch ( )
overridevirtual

Reimplemented from ISpeechSynthesizerMsgs.

Definition at line 190 of file SpeechSynthesizer_nws_yarp.cpp.

◆ get_speed()

return_get_speed ISpeechSynthesizerMsgsd::get_speed ( )
overridevirtual

Reimplemented from ISpeechSynthesizerMsgs.

Definition at line 219 of file SpeechSynthesizer_nws_yarp.cpp.

◆ get_voice()

return_get_voice ISpeechSynthesizerMsgsd::get_voice ( )
overridevirtual

Reimplemented from ISpeechSynthesizerMsgs.

Definition at line 160 of file SpeechSynthesizer_nws_yarp.cpp.

◆ getMutex()

std::mutex * ISpeechSynthesizerMsgsd::getMutex ( )
inline

Definition at line 70 of file SpeechSynthesizer_nws_yarp.h.

◆ set_language()

return_set_language ISpeechSynthesizerMsgsd::set_language ( const std::string &  language)
overridevirtual

Reimplemented from ISpeechSynthesizerMsgs.

Definition at line 118 of file SpeechSynthesizer_nws_yarp.cpp.

◆ set_pitch()

return_set_pitch ISpeechSynthesizerMsgsd::set_pitch ( double  pitch)
overridevirtual

Reimplemented from ISpeechSynthesizerMsgs.

Definition at line 177 of file SpeechSynthesizer_nws_yarp.cpp.

◆ set_speed()

return_set_speed ISpeechSynthesizerMsgsd::set_speed ( double  speed)
overridevirtual

Reimplemented from ISpeechSynthesizerMsgs.

Definition at line 206 of file SpeechSynthesizer_nws_yarp.cpp.

◆ set_voice()

return_set_voice ISpeechSynthesizerMsgsd::set_voice ( const std::string &  language)
overridevirtual

Reimplemented from ISpeechSynthesizerMsgs.

Definition at line 148 of file SpeechSynthesizer_nws_yarp.cpp.

◆ setInterfaces()

void ISpeechSynthesizerMsgsd::setInterfaces ( yarp::dev::ISpeechSynthesizer iser)
inline

Definition at line 68 of file SpeechSynthesizer_nws_yarp.h.

◆ setOutputPort()

void ISpeechSynthesizerMsgsd::setOutputPort ( yarp::os::Port port)
inline

Definition at line 69 of file SpeechSynthesizer_nws_yarp.h.

◆ synthesize()

return_synthesize ISpeechSynthesizerMsgsd::synthesize ( const std::string &  text)
overridevirtual

Reimplemented from ISpeechSynthesizerMsgs.

Definition at line 236 of file SpeechSynthesizer_nws_yarp.cpp.


The documentation for this class was generated from the following files: