SpeechListenerImpl Class Reference

#include <RobotAPI/components/units/SpeechObserver.h>

+ Inheritance diagram for SpeechListenerImpl:

Public Member Functions

void reportText (const std::string &, const Ice::Current &) override
 
void reportTextWithParams (const std::string &, const Ice::StringSeq &, const Ice::Current &) override
 
 SpeechListenerImpl (SpeechObserver *obs)
 

Protected Attributes

std::mutex dataMutex
 
SpeechObserverobs
 

Detailed Description

Definition at line 44 of file SpeechObserver.h.

Constructor & Destructor Documentation

◆ SpeechListenerImpl()

Definition at line 97 of file SpeechObserver.cpp.

Member Function Documentation

◆ reportText()

void reportText ( const std::string &  text,
const Ice::Current &   
)
override

Definition at line 104 of file SpeechObserver.cpp.

+ Here is the call graph for this function:

◆ reportTextWithParams()

void reportTextWithParams ( const std::string &  ,
const Ice::StringSeq &  ,
const Ice::Current &   
)
override

Definition at line 112 of file SpeechObserver.cpp.

Member Data Documentation

◆ dataMutex

std::mutex dataMutex
protected

Definition at line 50 of file SpeechObserver.h.

◆ obs

SpeechObserver* obs
protected

Definition at line 49 of file SpeechObserver.h.


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