tool/CommandPhyRead.h
changeset 1387 57020c731092
parent 1363 11c0b2caa253
equal deleted inserted replaced
1386:95ec1e9bcb53 1387:57020c731092
    40     public:
    40     public:
    41         CommandPhyRead();
    41         CommandPhyRead();
    42 
    42 
    43         string helpString() const;
    43         string helpString() const;
    44         void execute(MasterDevice &, const StringVector &);
    44         void execute(MasterDevice &, const StringVector &);
       
    45 
       
    46     private:
       
    47         struct DataType {
       
    48             const char *name;
       
    49             unsigned int byteSize;
       
    50         };
       
    51         static const DataType dataTypes[];
       
    52         static const DataType *findDataType(const string &);
    45 };
    53 };
    46 
    54 
    47 /****************************************************************************/
    55 /****************************************************************************/
    48 
    56 
    49 #endif
    57 #endif