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
@@ -62,9 +62,7 @@ string CommandRegRead::helpString() const
<< " can be omitted), if a selected data type" << endl
<< " implies a length." << endl
<< endl
<< "These are the valid data types:" << endl
<< " int8, int16, int32, int64, uint8, uint16, uint32," << endl
<< " uint64, string, raw." << endl
<< typeInfo()
<< endl
<< "Command-specific options:" << endl
<< " --alias -a <alias>" << endl