| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
VisionObjectEvent.cc File ReferenceDetailed DescriptionImplements VisionObjectEvent, which provides information about objects recognized in the camera image.
Definition in file VisionObjectEvent.cc.
Include dependency graph for VisionObjectEvent.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: VisionObjectEvent xml error on saving param"); \
xmlSetProp(cur,(const xmlChar*)"name",(const xmlChar*)strname); \
char valbuf[20]; \
snprintf(valbuf,20,format,varname); \
xmlSetProp(cur,(const xmlChar*)"value",(const xmlChar*)valbuf); }
Definition at line 129 of file VisionObjectEvent.cc.
| |||||||||||||||||||
|
Tekkotsu v3.0 |
Generated Fri May 11 20:07:16 2007 by Doxygen 1.4.7 |