ADTF .dat跟踪文件读取器 [英] ADTF .dat trace file reader

查看:279
本文介绍了ADTF .dat跟踪文件读取器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在处理ADTF .dat跟踪文件.我需要在不使用ADTF工具的情况下阅读这些文件.跟踪文件是FLEXRAY.我想知道是否有任何开源工具/库可以读取此类文件,或者有人可以指导我如何继续读取此文件?我真的很感谢任何对此的帮助.

I am working on ADTF .dat trace file. I need to read these files without using ADTF tools. The trace file is of FLEXRAY. I would like to know is there any open source tool/library to read such file Or, can anyone guide me how do i proceed to read this file? I would really appreciate anyone help on this.

推荐答案

要对(adtf)dat文件进行读写访问,请使用ADTF文件库,也就是IFHD是最佳选择,它是ADTF 3.x和还可以处理ADTF 2.x中的文件结构.

For read and write access to (adtf)dat files there is the ADTF File Library a.k.a. IFHD the best option, which is the base for ADTF 3.x and can also handle the file structure from ADTF 2.x.

请查看 https://support.digitalwerk.net/adtf_libraries/adtf-file-library/v0/html/index.html

有一个示例如何访问信息 https://support.digitalwerk.net/adtf_libraries/adtf-file-library/v0/html/a02069.html

There is an example how to access the information https://support.digitalwerk.net/adtf_libraries/adtf-file-library/v0/html/a02069.html

库本身是完全开放源代码许可的,可以由digitalwerk人工制品/柯南使用:

The Lib itself comes completely open source licensed and can be consumed by digitalwerk artifactory / conan: https://artifactory.digitalwerk.net/artifactory/webapp/#/artifacts/browse/tree/General/dw-developer-sdk/dw/ifhd/0.5.0/stable

取决于您的用例,但是如果您想使用UI检查或导出数据,则DAT GUI工具也是开源的,并实现了IFHD:

Depends on your use case but if you want to inspect or export data using UI, the DAT GUI Tools are also open source and implementing the IFHD: https://support.digitalwerk.net/adtf_libraries/adtf-dat-gui-tools/v0/guides/index.html

也可以在此处下载:但是请注意:要解释flexray流,必须使用设备工具箱3.1.0提供的devtb2解串器插件来扩展功能,以防万一已通过ADTF 2.x记录了数据.因为ADTF 2.x本身不了解Flexray ...如果您的dat文件来自ADTF 3.x,则一切正常.文件访问示例可以选择为此加载附加的adtffileplugin.这意味着您可以在没有ADTF的情况下进行阅读,但是需要从设备工具箱"中获取该组件.

But note: To interpret the flexray stream, you have to extend the functionality with the devtb2 deserializer plugin provided by device toolbox 3.1.0, in case the data has been recorded uaing ADTF 2.x. because ADTF 2.x itself does not know about Flexray... In case your dat file is from ADTF 3.x, everything will work. The file access example has the option to.load the additional adtffileplugin for that. This means you can read without ADTF but you need the component from the Device Toolbox.

人为因素的前途是丑陋的.这是将其用于IFHD的简短方法:

The artifactory frontent is ugly. Here is a short way to use it for IFHD:

要查找软件包,请参见

To find a package, see

要下载,请参见

这里是Windows/VS2017/VS141/构建类型的IFHD的链接:屏幕快照中的发行包->

Here is the link to IFHD for Windows / VS2017 / VS141 / Build Type: Release package from the screenshots -> https://artifactory.digitalwerk.net/artifactory/webapp/#/artifacts/browse/tree/General/dw-developer-sdk/dw/ifhd/0.5.0/stable/package/66cf6fe195939f36e2bceb8ce0ae147f3a8285e6/conan_package.tgz

这篇关于ADTF .dat跟踪文件读取器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆