diff -r 95ec1e9bcb53 -r 57020c731092 tool/CommandPhyRead.h --- a/tool/CommandPhyRead.h Wed Apr 08 11:48:00 2009 +0000 +++ b/tool/CommandPhyRead.h Wed Apr 08 12:10:01 2009 +0000 @@ -42,6 +42,14 @@ string helpString() const; void execute(MasterDevice &, const StringVector &); + + private: + struct DataType { + const char *name; + unsigned int byteSize; + }; + static const DataType dataTypes[]; + static const DataType *findDataType(const string &); }; /****************************************************************************/