tool/CommandXml.h
changeset 1474 758a9bd3e549
parent 1363 11c0b2caa253
child 1826 ec6223c3b7ec
equal deleted inserted replaced
1473:2558a35a65ef 1474:758a9bd3e549
    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         void generateSlaveXml(MasterDevice &, const ec_ioctl_slave_t &);
    47         void generateSlaveXml(MasterDevice &, const ec_ioctl_slave_t &,
       
    48                 unsigned int);
    48 };
    49 };
    49 
    50 
    50 /****************************************************************************/
    51 /****************************************************************************/
    51 
    52 
    52 #endif
    53 #endif