Implemented SoE IDN parser for strings like 'P-0-0150'; moved data type

information string to DataTypeHandler.
This commit is contained in:
Florian Pose
2010-03-11 14:29:43 +01:00
parent eaf749e9b4
commit fb8a75570d
14 changed files with 215 additions and 43 deletions
+1 -3
View File
@@ -64,9 +64,7 @@ string CommandRegWrite::helpString() const
<< " stdin. If a datatype was specified, VALUE is" << endl
<< " interpreted respective to the given type." << endl
<< endl
<< "These are the valid data types:" << endl
<< " int8, int16, int32, int64, uint8, uint16, uint32," << endl
<< " uint64, string." << endl
<< typeInfo()
<< endl
<< "Command-specific options:" << endl
<< " --alias -a <alias>" << endl