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

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

+ Inheritance diagram for ISpeechTranscriptionMsgs:

Public Member Functions

virtual yarp::os::ApplicationNetworkProtocolVersion getLocalProtocolVersion ()
 
virtual yarp::os::ApplicationNetworkProtocolVersion getRemoteProtocolVersion ()
 
virtual bool checkProtocolVersion ()
 
 ISpeechTranscriptionMsgs ()
 
virtual return_set_language set_language (const std::string &language)
 
virtual return_get_language get_language ()
 
virtual return_transcribe transcribe (const yarp::sig::Sound &sound)
 
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 22 of file ISpeechTranscriptionMsgs.h.

Constructor & Destructor Documentation

◆ ISpeechTranscriptionMsgs()

ISpeechTranscriptionMsgs::ISpeechTranscriptionMsgs ( )

Definition at line 734 of file ISpeechTranscriptionMsgs.cpp.

Member Function Documentation

◆ checkProtocolVersion()

bool ISpeechTranscriptionMsgs::checkProtocolVersion ( )
virtual

Definition at line 80 of file ISpeechTranscriptionMsgs.cpp.

◆ get_language()

return_get_language ISpeechTranscriptionMsgs::get_language ( )
virtual

Reimplemented in ISpeechTranscriptionMsgsd.

Definition at line 749 of file ISpeechTranscriptionMsgs.cpp.

◆ getLocalProtocolVersion()

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

Definition at line 95 of file ISpeechTranscriptionMsgs.cpp.

◆ getRemoteProtocolVersion()

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

Definition at line 65 of file ISpeechTranscriptionMsgs.cpp.

◆ help()

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

Definition at line 770 of file ISpeechTranscriptionMsgs.cpp.

◆ read()

bool ISpeechTranscriptionMsgs::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 804 of file ISpeechTranscriptionMsgs.cpp.

◆ set_language()

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

Reimplemented in ISpeechTranscriptionMsgsd.

Definition at line 739 of file ISpeechTranscriptionMsgs.cpp.

◆ transcribe()

return_transcribe ISpeechTranscriptionMsgs::transcribe ( const yarp::sig::Sound sound)
virtual

Reimplemented in ISpeechTranscriptionMsgsd.

Definition at line 759 of file ISpeechTranscriptionMsgs.cpp.


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