#include <SpeechSource.h>
Inheritance diagram for ot::SpeechSource:


Public Member Functions | |
| int | isEventGenerator () |
| bool | push () |
| void | push2 () |
Public Attributes | |
| SpeechModule * | m_SpeechModule |
| speech module parent object | |
| SpeechSetBase * | m_SpeechSet |
| speech set of this source node | |
| Event | event |
| the event that is posted to the EventObservers | |
| std::string | command |
| the last command string | |
Protected Member Functions | |
| SpeechSource (SpeechModule *p_SpeechModule, SpeechSetBase *p_SpeechSet) | |
Friends | |
| class | SpeechModule |
|
||||||||||||
|
simple constructor, sets members to initial values
|
|
|
tests for EventGenerator interface being present. Is overriden to return 1 always.
Reimplemented from ot::Node. |
|
|
pushes event down the line. Needed to access protected updateObservers method in EventGenerator Reimplemented in ot::SpeechControlSource. |
|
|
|
|
|
|
|
|
the last command string
|
|
|
the event that is posted to the EventObservers
|
|
|
speech module parent object
|
|
|
speech set of this source node
|
1.4.6