tool/CommandPdos.h
changeset 1151 1fc1535dec29
parent 1142 59be91dfcbe1
child 1363 11c0b2caa253
equal deleted inserted replaced
1150:c589b54ade01 1151:1fc1535dec29
    19 
    19 
    20         string helpString() const;
    20         string helpString() const;
    21         void execute(MasterDevice &, const StringVector &);
    21         void execute(MasterDevice &, const StringVector &);
    22 
    22 
    23     protected:
    23     protected:
    24 		void listSlavePdos(MasterDevice &, uint16_t, bool);
    24 		void listSlavePdos(MasterDevice &, const ec_ioctl_slave_t &, bool);
    25 };
    25 };
    26 
    26 
    27 /****************************************************************************/
    27 /****************************************************************************/
    28 
    28 
    29 #endif
    29 #endif