| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
PitchEvent.cc File ReferenceDetailed DescriptionImplements PitchEvent, which provides information about a tone detected from the microphone(s).
Definition in file PitchEvent.cc.
Include dependency graph for PitchEvent.cc: ![]() Go to the source code of this file.
Define Documentation
Value: { \
xmlNode* cur=xmlNewChild(node,NULL,(const xmlChar*)"param",NULL); \
if(cur==NULL) \
throw bad_format(node,"Error: LocomotionEvent xml error on saving param"); \
xmlSetProp(cur,(const xmlChar*)"name",(const xmlChar*)#name); \
char valbuf[20]; \
snprintf(valbuf,20,"%g",name); \
xmlSetProp(cur,(const xmlChar*)"value",(const xmlChar*)valbuf); }
Definition at line 86 of file PitchEvent.cc.
| |||||||||||||
|
Tekkotsu v3.0 |
Generated Fri May 11 20:06:10 2007 by Doxygen 1.4.7 |