|
#include <RobotAPI/components/units/SpeechObserver.h>
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 |
SpeechObserver * | obs |
Definition at line 44 of file SpeechObserver.h.
SpeechListenerImpl | ( | SpeechObserver * | obs | ) |
Definition at line 97 of file SpeechObserver.cpp.
|
override |
|
override |
Definition at line 112 of file SpeechObserver.cpp.
|
protected |
Definition at line 50 of file SpeechObserver.h.
|
protected |
Definition at line 49 of file SpeechObserver.h.