tool/CommandPdos.h
changeset 1826 ec6223c3b7ec
parent 1804 742607c464c4
child 1968 4f682084c643
equal deleted inserted replaced
1825:65781b048a47 1826:ec6223c3b7ec
    39 {
    39 {
    40     public:
    40     public:
    41         CommandPdos();
    41         CommandPdos();
    42 
    42 
    43         string helpString() const;
    43         string helpString() const;
    44         void execute(MasterDevice &, const StringVector &);
    44         void execute(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