tool/CommandSiiRead.h
changeset 1804 742607c464c4
parent 1363 11c0b2caa253
child 1826 ec6223c3b7ec
equal deleted inserted replaced
1803:5b04770444df 1804:742607c464c4
    42 
    42 
    43         string helpString() const;
    43         string helpString() const;
    44         void execute(MasterDevice &, const StringVector &);
    44         void execute(MasterDevice &, const StringVector &);
    45 
    45 
    46     protected:
    46     protected:
    47 		struct CategoryName {
    47         struct CategoryName {
    48 			uint16_t type;
    48             uint16_t type;
    49 			const char *name;
    49             const char *name;
    50 		};
    50         };
    51 		static const CategoryName categoryNames[];
    51         static const CategoryName categoryNames[];
    52 		static const char *getCategoryName(uint16_t);
    52         static const char *getCategoryName(uint16_t);
    53 };
    53 };
    54 
    54 
    55 /****************************************************************************/
    55 /****************************************************************************/
    56 
    56 
    57 #endif
    57 #endif