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

virtual yarp::os::ApplicationNetworkProtocolVersion getLocalProtocolVersion ()
 
virtual yarp::os::ApplicationNetworkProtocolVersion getRemoteProtocolVersion ()
 
virtual bool checkProtocolVersion ()
 
 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 27 of file ISpeechSynthesizerMsgs.h.

Constructor & Destructor Documentation

◆ ISpeechSynthesizerMsgs()

ISpeechSynthesizerMsgs::ISpeechSynthesizerMsgs ( )

Definition at line 1958 of file ISpeechSynthesizerMsgs.cpp.

Member Function Documentation

◆ checkProtocolVersion()

bool ISpeechSynthesizerMsgs::checkProtocolVersion ( )
virtual

Definition at line 80 of file ISpeechSynthesizerMsgs.cpp.

◆ get_language()

return_get_language ISpeechSynthesizerMsgs::get_language ( )
virtual

Reimplemented in ISpeechSynthesizerMsgsd.

Definition at line 1973 of file ISpeechSynthesizerMsgs.cpp.

◆ get_pitch()

return_get_pitch ISpeechSynthesizerMsgs::get_pitch ( )
virtual

Reimplemented in ISpeechSynthesizerMsgsd.

Definition at line 2033 of file ISpeechSynthesizerMsgs.cpp.

◆ get_speed()

return_get_speed ISpeechSynthesizerMsgs::get_speed ( )
virtual

Reimplemented in ISpeechSynthesizerMsgsd.

Definition at line 2013 of file ISpeechSynthesizerMsgs.cpp.

◆ get_voice()

return_get_voice ISpeechSynthesizerMsgs::get_voice ( )
virtual

Reimplemented in ISpeechSynthesizerMsgsd.

Definition at line 1993 of file ISpeechSynthesizerMsgs.cpp.

◆ getLocalProtocolVersion()

yarp::os::ApplicationNetworkProtocolVersion ISpeechSynthesizerMsgs::getLocalProtocolVersion ( )
virtual

Definition at line 95 of file ISpeechSynthesizerMsgs.cpp.

◆ getRemoteProtocolVersion()

yarp::os::ApplicationNetworkProtocolVersion ISpeechSynthesizerMsgs::getRemoteProtocolVersion ( )
virtual

Definition at line 65 of file ISpeechSynthesizerMsgs.cpp.

◆ help()

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

Definition at line 2054 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 2112 of file ISpeechSynthesizerMsgs.cpp.

◆ set_language()

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

Reimplemented in ISpeechSynthesizerMsgsd.

Definition at line 1963 of file ISpeechSynthesizerMsgs.cpp.

◆ set_pitch()

return_set_pitch ISpeechSynthesizerMsgs::set_pitch ( const double  pitch)
virtual

Reimplemented in ISpeechSynthesizerMsgsd.

Definition at line 2023 of file ISpeechSynthesizerMsgs.cpp.

◆ set_speed()

return_set_speed ISpeechSynthesizerMsgs::set_speed ( const double  speed)
virtual

Reimplemented in ISpeechSynthesizerMsgsd.

Definition at line 2003 of file ISpeechSynthesizerMsgs.cpp.

◆ set_voice()

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

Reimplemented in ISpeechSynthesizerMsgsd.

Definition at line 1983 of file ISpeechSynthesizerMsgs.cpp.

◆ synthesize()

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

Reimplemented in ISpeechSynthesizerMsgsd.

Definition at line 2043 of file ISpeechSynthesizerMsgs.cpp.


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