ADTF_DEVICE_TOOLBOX  3.11.3 (ADTF 3.16.2)
ADTF Device Toolbox 2.x Support

You are able to use DAT recordings from ADTF 2.x containing CAN, CAN FD or FlexRay streams from ADTF Device Toolbox 2.x.

The ADTF Device Toolbox 3.x provides an ADTF File Library (IFHD) compatible adtffileplugin to deserialize these streams and extend the ADTF Reader / Writer from ADTF File Library (IFHD) - consequently the ADTFDAT File Player - to reuse your previous recordings within ADTF 3.x universe.

<ADTF_DEVICE_TOOLBOX_DIR>/bin/adtf_devtb_2_deserializer.adtffileplugin
<ADTF_DEVICE_TOOLBOX_DIR>/bin/debug/adtf_devtb_2_deserializerd.adtffileplugin

If you are using a bus support service ((Deprecated) CAN, CAN FD, FlexRay), the related bus service will automatic load the adtf_devtb_2_deserializer(d).adtffileplugin and extend the functionality within ADTF 3.x, especially for the ADTFDAT File Player (see DevTB 2 Deserializer Service).

If your use case is another without using these bus services, please add the devtb2_support.adtfplugin within the System Editor in ADTF Configuration Editor, which will load the adtf_devtb_2_deserializer(d).adtffileplugin and extend the functionality within ADTF 3.x, especially for the ADTFDAT File Player.

If you need to extend the reader / writer functionality within ADTF File Library (IFHD) - e.g. to use processors like for ASC in combination with recordings from ADTF 2.x - load the adtf_devtb_2_deserializer(d).adtffileplugin.

Have a look at the fileacces example from ADTF File Library (IFHD) how to load addtional adtffileplugins within your own code, for using with adtf_dattool command line tool, simply extend your call by using –plugin.

Note
The adtffileplugins are BUILD_TYPE relevant, so please make sure to pick from the right directory! And don't miss the important d postfix as you can see in the debug variant (especially in scripting setups).
Please also have look at our guide What's new