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

#include <networkWrappers/speechTranscription_nws_yarp/SpeechTranscription_nws_yarp.h>

+ Inheritance diagram for ISpeechTranscriptionMsgsd:

Public Member Functions

virtual return_set_language set_language (const std::string &language) override
 
virtual return_get_language get_language () override
 
virtual return_transcribe transcribe (const yarp::sig::Sound &sound) override
 
void setInterfaces (yarp::dev::ISpeechTranscription *iser)
 
void setOutputPort (yarp::os::Port *port)
 
std::mutex * getMutex ()
 
- Public Member Functions inherited from ISpeechTranscriptionMsgs
virtual yarp::os::ApplicationNetworkProtocolVersion getLocalProtocolVersion ()
 
virtual yarp::os::ApplicationNetworkProtocolVersion getRemoteProtocolVersion ()
 
virtual bool checkProtocolVersion ()
 
 ISpeechTranscriptionMsgs ()
 
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 50 of file SpeechTranscription_nws_yarp.h.

Member Function Documentation

◆ get_language()

return_get_language ISpeechTranscriptionMsgsd::get_language ( )
overridevirtual

Reimplemented from ISpeechTranscriptionMsgs.

Definition at line 130 of file SpeechTranscription_nws_yarp.cpp.

◆ getMutex()

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

Definition at line 65 of file SpeechTranscription_nws_yarp.h.

◆ set_language()

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

Reimplemented from ISpeechTranscriptionMsgs.

Definition at line 117 of file SpeechTranscription_nws_yarp.cpp.

◆ setInterfaces()

void ISpeechTranscriptionMsgsd::setInterfaces ( yarp::dev::ISpeechTranscription iser)
inline

Definition at line 63 of file SpeechTranscription_nws_yarp.h.

◆ setOutputPort()

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

Definition at line 64 of file SpeechTranscription_nws_yarp.h.

◆ transcribe()

return_transcribe ISpeechTranscriptionMsgsd::transcribe ( const yarp::sig::Sound sound)
overridevirtual

Reimplemented from ISpeechTranscriptionMsgs.

Definition at line 147 of file SpeechTranscription_nws_yarp.cpp.


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