#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, 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 101 of file SoundRequest.h. References soundID. |
|
Definition at line 62 of file SoundRequest.h. References accuracy, bark1, bark2, bark3, bing01, bing02, bing03, bing04, bing05, bing06, bing07, excellent, growl, howl, hurtdog, impressive, notokay, okay, ring, rob001, rob002, rob003, rob004, rob005, rob006, rob101, space, startMe, and test. Referenced by GT2004SoundControl::GT2004SoundControl(). |
|
Definition at line 106 of file SoundRequest.h. References soundID. |
|
Definition at line 111 of file SoundRequest.h. |
|
the id of the request
Definition at line 115 of file SoundRequest.h. Referenced by GT2004SoundControl::execute(), ObstacleAvoiderOnGreenFieldERS7::execute(), ObstacleAvoiderOnGreenField::execute(), operator==(), GT2004BehaviorControl::postExecute(), GT2004BehaviorControl::preExecute(), LEDAndSoundSymbols::registerSymbols(), and SoundRequest(). |