tool/MasterDevice.h
changeset 1388 3c886ec376f5
parent 1363 11c0b2caa253
child 1485 5ddc3a455059
equal deleted inserted replaced
1387:57020c731092 1388:3c886ec376f5
   107                 uint8_t, uint8_t);
   107                 uint8_t, uint8_t);
   108         void getSdo(ec_ioctl_slave_sdo_t *, uint16_t, uint16_t);
   108         void getSdo(ec_ioctl_slave_sdo_t *, uint16_t, uint16_t);
   109         void getSdoEntry(ec_ioctl_slave_sdo_entry_t *, uint16_t, int, uint8_t);
   109         void getSdoEntry(ec_ioctl_slave_sdo_entry_t *, uint16_t, int, uint8_t);
   110         void readSii(ec_ioctl_slave_sii_t *);
   110         void readSii(ec_ioctl_slave_sii_t *);
   111         void writeSii(ec_ioctl_slave_sii_t *);
   111         void writeSii(ec_ioctl_slave_sii_t *);
   112         void readPhy(ec_ioctl_slave_phy_t *);
   112         void readReg(ec_ioctl_slave_reg_t *);
   113         void writePhy(ec_ioctl_slave_phy_t *);
   113         void writeReg(ec_ioctl_slave_reg_t *);
   114 		void setDebug(unsigned int);
   114 		void setDebug(unsigned int);
   115 		void sdoDownload(ec_ioctl_slave_sdo_download_t *);
   115 		void sdoDownload(ec_ioctl_slave_sdo_download_t *);
   116 		void sdoUpload(ec_ioctl_slave_sdo_upload_t *);
   116 		void sdoUpload(ec_ioctl_slave_sdo_upload_t *);
   117 		void requestState(uint16_t, uint8_t);
   117 		void requestState(uint16_t, uint8_t);
   118 		void readFoe(ec_ioctl_slave_foe_t *);
   118 		void readFoe(ec_ioctl_slave_foe_t *);