tool/CommandPdos.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 		void listSlavePdos(MasterDevice &, const ec_ioctl_slave_t &, bool);
    47         void listSlavePdos(MasterDevice &, const ec_ioctl_slave_t &, bool);
    48 };
    48 };
    49 
    49 
    50 /****************************************************************************/
    50 /****************************************************************************/
    51 
    51 
    52 #endif
    52 #endif