#include "StringFunctions.h"
#include <string.h>
Include dependency graph for StringFunctions.cpp:
Go to the source code of this file.
Functions | |
void | getXmlString (char *dstXml, const char *src) |
converts a string to our xml format, eg kickLeft or kick-left to kick-left |
Definition in file StringFunctions.cpp.
|
converts a string to our xml format, eg kickLeft or kick-left to kick-left
Definition at line 12 of file StringFunctions.cpp. Referenced by AngleSymbols::registerSymbols(), CalibrationSymbols::registerSymbols(), HeadAndTailSymbols::registerSymbols(), LEDAndSoundSymbols::registerSymbols(), and MotionRequestSymbols::registerSymbols(). |