#include <SoundRequest.h>
Public Types | |
| enum | SoundID { none, test, bark1, bark2, bark3, hurtdog, howl, growl, startMe, ring, space, bing01, bing02, bing03, bing04, bing05, bing06, bing07, rob001, rob002, rob003, rob004, rob005, rob006, rob101, okay, notokay, accuracy, impressive, excellent, baetsch, klick, highvolt, alert, alarm, alarm2, evilaugh, fanfare, kuckuck, growl2, richtig, numOfSoundIDs } |
| ids for all acoustic message Ids signals have to be enumerated first More... | |
Public Member Functions | |
| SoundRequest () | |
| constructor | |
| bool | operator== (const SoundRequest &other) const |
| bool | operator!= (const SoundRequest &other) const |
Static Public Member Functions | |
| const char * | getSoundIDName (SoundID id) |
Public Attributes | |
| SoundID | soundID |
| the id of the request | |
Definition at line 21 of file SoundRequest.h.
|
|
ids for all acoustic message Ids signals have to be enumerated first
Definition at line 28 of file SoundRequest.h. |
|
|
constructor
Definition at line 123 of file SoundRequest.h. References soundID. |
|
|
Definition at line 73 of file SoundRequest.h. References accuracy, alarm, alarm2, alert, baetsch, bark1, bark2, bark3, bing01, bing02, bing03, bing04, bing05, bing06, bing07, evilaugh, excellent, fanfare, growl, growl2, highvolt, howl, hurtdog, impressive, klick, kuckuck, notokay, okay, richtig, ring, rob001, rob002, rob003, rob004, rob005, rob006, rob101, space, startMe, and test. Referenced by GT2005SoundControl::GT2005SoundControl(). |
|
|
Definition at line 128 of file SoundRequest.h. References soundID. |
|
|
Definition at line 133 of file SoundRequest.h. |
|
|
the id of the request
Definition at line 137 of file SoundRequest.h. Referenced by GT2005SoundControl::execute(), operator==(), GT2005BehaviorControl::postExecute(), GT2005BehaviorControl::preExecute(), LEDAndSoundSymbols::registerSymbols(), and SoundRequest(). |
1.3.6