====================================================================================================
| ADTF Device Toolbox - Change Log - |
| Automotive Data and Time-Triggered Framework |
| Copyright (c) Audi Electronics Venture GmbH |
====================================================================================================
| |
| This file tracks the changes made within ADTF Device Toolbox 3.x |
| |
====================================================================================================
| Version: |
| Device Toolbox 3.2.0 cylinder |
| |
| Build against: |
| ADTF 3.7.0 hollow |
====================================================================================================
CHANGES
* [ADEVTB-1507] - Provide CAN/CAN FD ASC Reader for ADTF DAT Tool
* [ADEVTB-1523] - Define and Implement SOME/IP Service
* [ADEVTB-1526] - MS2: Provide decoding for SOME/IP data and parser interface
* [ADEVTB-1580] - Create guides for Device Toolbox
* [ADEVTB-1638] - Update BusDatabaseLoader-Interface
* [ADEVTB-1649] - Define and Implement ISomeIpCoder
* [ADEVTB-1652] - Add descriptions to all components using ADTF 3.6's new SetDescription function
* [ADEVTB-1657] - SOME/IP payload deserialization
* [ADEVTB-1682] - Provide short description for each component
* [ADEVTB-1683] - Provide UI support to configure Direct Show Capture Device
* [ADEVTB-1691] - can service should always prefer last registered parser
* [ADEVTB-1721] - Make loading of adtf_file plugins optional
* [ADEVTB-1727] - Add missing features to config codec
* [ADEVTB-1739] - Provide support for 16 channels
* [ADEVTB-1747] - Support for ADTF 3.7.0
* [ADEVTB-1755] - Services must return error, if parsing fails and log if no database is set
* [ADEVTB-1758] - Provide CAN FD Coder example
* [ADEVTB-1764] - Add doxygen page for SOME/IP
* [ADEVTB-1767] - Show decoded payload in the SOME/IP Trace View
* [ADEVTB-1778] - Create SOME/IP example session
* [ADEVTB-1805] - Add help link for all delivered components
* [ADEVTB-1807] - If there is no parser - Show SOME/IP raw data in raw and in ASCII
* [ADEVTB-1810] - Include Guide for Some/IP
BUGFIXES
* [ADEVTB-1503] - IEEE Floats/Doubles are interpretated as signed integer
* [ADEVTB-1569] - Failed database parsing/initialzation because Bus Support Services are registered in RL_System instead RL_Session
* [ADEVTB-1648] - Problems setting higher resolution
* [ADEVTB-1668] - Combobox items in CAN Trace Views are not checkable on Linux
* [ADEVTB-1671] - Linux delivery contains windows batch file
* [ADEVTB-1687] - Change of framerate, height and width property value has no effect on the demo_direct_show_capture_source
* [ADEVTB-1690] - Unable to load old parser in newer DevTB
* [ADEVTB-1709] - CAN Signal provider leads to crash in example
* [ADEVTB-1712] - CANFD Signal provider leads to crash
* [ADEVTB-1715] - Flexray Signal provider leads to crash
* [ADEVTB-1719] - CAN Config Encoder does not sent values
* [ADEVTB-1720] - Parsers should check case insensitive file extensions
* [ADEVTB-1735] - CAN FD Encoder and Decoder pin creation is wrong
* [ADEVTB-1738] - CAN and CAN FD Config Decoder does not send values
* [ADEVTB-1740] - adtf2 deserializer cannot deserialize adtf2 canfd samples.
* [ADEVTB-1752] - CAN Trace View lists signals two times
* [ADEVTB-1762] - CAN FD Receiver does not receive data
* [ADEVTB-1771] - Sending and receiving CAN/CAN FD/FlexRay Streams within a single session does not work
* [ADEVTB-1775] - CAN and CAN FD Encoder
do not set the time within
tCANData and
tCANFDData
* [ADEVTB-1793] - CAN FD Signal Config Editor generates invalid MAP file
* [ADEVTB-1796] - Unable to deserialize CAN data received from Support Toolbox
* [ADEVTB-1802] - CAN DBC Parser check for Floating-Point signals failed
* [ADEVTB-1803] - CAN FD DBC Parser check for Floating-Point signals failed
* [ADEVTB-1813] - <Bus> Trace View Crash on shutdown
axle::tCANData tCANData
The CAN data structure is used by CAN MediaSamples use following code within your filter:
axle::tCANFDData tCANFDData
The CAN FD data structure is used by CAN FD MediaSamples.
key::ISomeIpDatabase ISomeIpDatabase
The ISomeIpDatabase interface provides access to SOME/IP specific information contained in a database...