Share

ODX-Lib

File Release Notes and Changelog

Release Name: 1.0.7

Notes:
Parts of the release package

odxlib.jar        - Java distribution package
odxlib_src.jar    - Source Code
lib               - External libs
javadoc           - API documentation

Info: http://openodx.org

Changes: Version 1.0.7 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) -------------------------------------- Version 1.0.6 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. -------------------------------------- Version 1.0.5 Enhancements: - ICoTable:getTableRow() Bug Fix: - Adding an ODX file containing multiple DIAG-LAYERs of different type (e.g. PROTOCOL and BASE-VARIANT) failed.