de     

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
en:software:api_changes [2016/08/23 13:05] – [General changes] stefanen:software:api_changes [2016/08/23 13:09] – [20160129 changes] stefan
Line 18: Line 18:
 Certain helper methods and classes simplify usage of synchronous and asynchronous transfers: Certain helper methods and classes simplify usage of synchronous and asynchronous transfers:
   * [[ http://www.ztex.de/firmware-kit/docs/java/ztex/Ztex1.html#bulkRead(int, java.nio.ByteBuffer, long)|Ztex1.bulkRead(..)]] and [[http://www.ztex.de/firmware-kit/docs/java/ztex/Ztex1.html#bulkWrite(int, java.nio.ByteBuffer, long)|Ztex1.bulkWrite(..)]] can be used for syncronous transfer. (Avoid the byte array variants. The will be marked as deprecated soon.)   * [[ http://www.ztex.de/firmware-kit/docs/java/ztex/Ztex1.html#bulkRead(int, java.nio.ByteBuffer, long)|Ztex1.bulkRead(..)]] and [[http://www.ztex.de/firmware-kit/docs/java/ztex/Ztex1.html#bulkWrite(int, java.nio.ByteBuffer, long)|Ztex1.bulkWrite(..)]] can be used for syncronous transfer. (Avoid the byte array variants. The will be marked as deprecated soon.)
-  * [[http://www.ztex.de/firmware-kit/docs/java/ztex/Ztex1.html#allocateByteBuffer(byte[])|Ztex1.allocateByteBuffer(...)]] Creates ''ByteBuffer''s and initalizes them with content of a byte array. +  * [[http://www.ztex.de/firmware-kit/docs/java/ztex/Ztex1.html#allocateByteBuffer(byte[])|Ztex1.allocateByteBuffer(...)]] Creates ''ByteBuffer'''s and initalizes them with content of a byte array. 
-  * Helper class for asynchronous transfers, see the ''memfifo'' example for a demonstartion of ther usage+  * Helper class for asynchronous transfers, see the ''memfifo'' example for a demonstration of their usage
       * [[http://www.ztex.de/firmware-kit/docs/java/ztex/ZtexEventHandler.html|ZtexEventHandler]] implements an event handling thread       * [[http://www.ztex.de/firmware-kit/docs/java/ztex/ZtexEventHandler.html|ZtexEventHandler]] implements an event handling thread
-      * [[http://www.ztex.de/firmware-kit/docs/java/ztex/ZtexUsbReader.html|ZtexBulkReader]] implements asynchronous bulk and interrupt read transfers +      * [[http://www.ztex.de/firmware-kit/docs/java/ztex/ZtexUsbReader.html|ZtexUsbReader]] implements asynchronous bulk and interrupt read transfers 
-      * [[http://www.ztex.de/firmware-kit/docs/java/ztex/ZtexUsbWriter.html|ZtexBulkWriter]] implements asynchronous bulk and interrupt write transfers+      * [[http://www.ztex.de/firmware-kit/docs/java/ztex/ZtexUsbWriter.html|ZtexUsbWriter]] implements asynchronous bulk and interrupt write transfers
  
  
Line 28: Line 28:
 This is the first release with FX3 support. There are a few minor API changes: This is the first release with FX3 support. There are a few minor API changes:
   * class Name changes:     * class Name changes:  
-    * IhxFile --> [[http://www.ztex.de/firmware-kit/docs/java/ztex/ImgFile.html|ImgFile]] +    * IhxFile → [[http://www.ztex.de/firmware-kit/docs/java/ztex/ImgFile.html|ImgFile]] 
-    * ZtexIhxFile --> [[http://www.ztex.de/firmware-kit/docs/java/ztex/ZtexImgFile1.html|ZtexIhxFile]] +    * ZtexIhxFile → [[http://www.ztex.de/firmware-kit/docs/java/ztex/ZtexImgFile1.html|ZtexIhxFile]] 
-    * IhxParseException --> [[http://www.ztex.de/firmware-kit/docs/java/ztex/ImgParseException.html|ImgParseException]] +    * IhxParseException → [[http://www.ztex.de/firmware-kit/docs/java/ztex/ImgParseException.html|ImgParseException]] 
-    * ImgFileDamagedExceptio --> [[http://www.ztex.de/firmware-kit/docs/java/ztex/ImgFileDamagedException.html|ImgFileDamagedException]]+    * ImgFileDamagedExceptio → [[http://www.ztex.de/firmware-kit/docs/java/ztex/ImgFileDamagedException.html|ImgFileDamagedException]]
   * method changes in [[http://www.ztex.de/firmware-kit/docs/java/ztex/Ztex1v1.html|Ztex1v1]]   * method changes in [[http://www.ztex.de/firmware-kit/docs/java/ztex/Ztex1v1.html|Ztex1v1]]
-    * Ztex1v1.eepromUpload --> [[http://www.ztex.de/firmware-kit/docs/java/ztex/Ztex1v1.html#nvUploadFirmware(ztex.ZtexImgFile1, boolean)|nvUploadFirmware]] +    * Ztex1v1.eepromUpload → [[http://www.ztex.de/firmware-kit/docs/java/ztex/Ztex1v1.html#nvUploadFirmware(ztex.ZtexImgFile1, boolean)|nvUploadFirmware]] 
-    * Ztex1v1.eepromUpload --> [[http://www.ztex.de/firmware-kit/docs/java/ztex/Ztex1v1.html#nvDisableFirmware()|nvDisableFirmware]]+    * Ztex1v1.eepromUpload → [[http://www.ztex.de/firmware-kit/docs/java/ztex/Ztex1v1.html#nvDisableFirmware()|nvDisableFirmware]]
 
en/software/api_changes.txt · Last modified: 2016/08/23 13:11 by stefan
 
Recent changes RSS feed Creative Commons License Powered by PHP Debian Driven by DokuWiki
[ZTEX Home] [Imprint] [Privacy policy]