Version 2.0.1 is released. Regarding the API this version is fully backward-compatibel.
Enhancements:
Version 2.0.0 is released. This is the first release supporting ODX 2.2.0 (the ISO version of ODX)
Have fun!
Version 1.0.9 is released because of a bugfix regarding the refresh of ID- and OID-maps. Please change to the newest version by replacing the odxlib.jar.
Have fun!
Version 1.0.8 is released. Please change to the newest version by replacing the odxlib.jar and the jar-files within the "lib"-subfolder.
Mandatory JARs are: odxlib.jar; odx201.jar; odxcc201.jar; xbean.jar; jsr173_1.0_api.jar
If you need to use complex XPath expressions (e.g. including predictions) the following jar-files should be added to your classpath: xbean_xpath.jar; saxon9-dom.jar; saxon9.jar... read more
Version 1.0.7 is released. Please change to the newest version by replacing the odxlib.jar file.
This version is (as usual) fully backward-compatibel. That means, no changes should be necessary in your software.
Enhancements:
- new methods for detection and manipulation of comparam overwrites:
ICoDiagLayer::getComparamNamesOverwritten(String sn_protocol)
ICoDiagLayer::getComparamNamesOverwrittenAtDiagComm(String sn_protocol, DIAGSERVICE diagcomm)
ICoLogicalLink::getComparamNamesOverwritten(boolean includePhysLink)
ICoLogicalLink::setComparamValueAtPhysicalLink(String sn_comparam, String value)
- The PHYSICLE-VEHICLE-LINK is taken into consideration by the method getComparamValue(..) and unsetComparamValue(..) at ICoLogicalLink
- new methods for detection of all the overwritten elements at diagnostic layer:
getDiagCommOverwritten(DIAGLAYER parentLayer)
getDiagVariableOverwritten(DIAGLAYER parentLayer)
getDopBaseOverwritten(DIAGLAYER parentLayer)
getGlobalNegResponseOverwritten(DIAGLAYER parentLayer)
getTableOverwritten(DIAGLAYER parentLayer)... read more
Version 1.0.6 is released. Please change to the newest version by replacing the odxlib.jar file.
This version is (as usual) fully backward-compatibel. That means, no changes should be necessary in your software.
Enhancements:
- The DTC-DOP element is now supported by ICoDtcDop
- Calculation of byte position is now supported by some additional methods getBytePosition(..) at the ICoDiagLayer interface.... read more
Version 1.0.5 is released. Please change to the newest version by replacing the odxlib.jar file.
Enhancements:
- ICoTable:getTableRow()
Bug Fix:
- Adding an ODX file containing multiple DIAG-LAYERs of different type (e.g. PROTOCOL and BASE-VARIANT) failed with the previous version.
Feedback, questions and suggestions for improvement are welcome.
Thanks.
The first version is released. Please take a look into the Java-Documentation you get with the download distribution and the documents you will find at the "Documentation" page. The Java-Documentation only describes the part of the "comfort API". For all other APIs goto http://xmlbeans.apache.org/
Feedback, questions and suggestions for improvement are welcome.
Thanks.