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

#include <messages/ISpeechSynthesizerMsgs/idl_generated_code/ISpeechSynthesizerMsgs.h>

+ Inheritance diagram for ISpeechSynthesizerMsgs:

Public Member Functions

 ISpeechSynthesizerMsgs ()
 
virtual return_set_language set_language (const std::string &language)
 
virtual return_get_language get_language ()
 
virtual return_set_voice set_voice (const std::string &language)
 
virtual return_get_voice get_voice ()
 
virtual return_set_speed set_speed (const double speed)
 
virtual return_get_speed get_speed ()
 
virtual return_set_pitch set_pitch (const double pitch)
 
virtual return_get_pitch get_pitch ()
 
virtual return_synthesize synthesize (const std::string &text)
 
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 26 of file ISpeechSynthesizerMsgs.h.

Constructor & Destructor Documentation

◆ ISpeechSynthesizerMsgs()

ISpeechSynthesizerMsgs::ISpeechSynthesizerMsgs ( )

Definition at line 1867 of file ISpeechSynthesizerMsgs.cpp.

Member Function Documentation

◆ get_language()

return_get_language ISpeechSynthesizerMsgs::get_language ( )
virtual

Reimplemented in ISpeechSynthesizerMsgsd.

Definition at line 1882 of file ISpeechSynthesizerMsgs.cpp.

◆ get_pitch()

return_get_pitch ISpeechSynthesizerMsgs::get_pitch ( )
virtual

Reimplemented in ISpeechSynthesizerMsgsd.

Definition at line 1942 of file ISpeechSynthesizerMsgs.cpp.

◆ get_speed()

return_get_speed ISpeechSynthesizerMsgs::get_speed ( )
virtual

Reimplemented in ISpeechSynthesizerMsgsd.

Definition at line 1922 of file ISpeechSynthesizerMsgs.cpp.

◆ get_voice()

return_get_voice ISpeechSynthesizerMsgs::get_voice ( )
virtual

Reimplemented in ISpeechSynthesizerMsgsd.

Definition at line 1902 of file ISpeechSynthesizerMsgs.cpp.

◆ help()

std::vector< std::string > ISpeechSynthesizerMsgs::help ( const std::string &  functionName = "--all")
virtual

Definition at line 1963 of file ISpeechSynthesizerMsgs.cpp.

◆ read()

bool ISpeechSynthesizerMsgs::read ( yarp::os::ConnectionReader reader)
overridevirtual

Read this object from a network connection.

Override this for your particular class.

Parameters
readeran interface to the network connection for reading
Returns
true iff the object is successfully read

Implements yarp::os::PortReader.

Definition at line 2021 of file ISpeechSynthesizerMsgs.cpp.

◆ set_language()

return_set_language ISpeechSynthesizerMsgs::set_language ( const std::string &  language)
virtual

Reimplemented in ISpeechSynthesizerMsgsd.

Definition at line 1872 of file ISpeechSynthesizerMsgs.cpp.

◆ set_pitch()

return_set_pitch ISpeechSynthesizerMsgs::set_pitch ( const double  pitch)
virtual

Reimplemented in ISpeechSynthesizerMsgsd.

Definition at line 1932 of file ISpeechSynthesizerMsgs.cpp.

◆ set_speed()

return_set_speed ISpeechSynthesizerMsgs::set_speed ( const double  speed)
virtual

Reimplemented in ISpeechSynthesizerMsgsd.

Definition at line 1912 of file ISpeechSynthesizerMsgs.cpp.

◆ set_voice()

return_set_voice ISpeechSynthesizerMsgs::set_voice ( const std::string &  language)
virtual

Reimplemented in ISpeechSynthesizerMsgsd.

Definition at line 1892 of file ISpeechSynthesizerMsgs.cpp.

◆ synthesize()

return_synthesize ISpeechSynthesizerMsgs::synthesize ( const std::string &  text)
virtual

Reimplemented in ISpeechSynthesizerMsgsd.

Definition at line 1952 of file ISpeechSynthesizerMsgs.cpp.


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