tool/CommandPhyRead.h
changeset 1387 57020c731092
parent 1363 11c0b2caa253
--- 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 &);
 };
 
 /****************************************************************************/