]> rtime.felk.cvut.cz Git - can-benchmark.git/commit
Add MDF to ASCII converter
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 15 Feb 2011 18:02:02 +0000 (19:02 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 15 Feb 2011 18:02:02 +0000 (19:02 +0100)
commit24eb07b74687f89f1b55d2653b6fac98599df5f4
tree2e4479502017efccb5c8aa36adb54bacfec011d9
parent2a617660daa5b89a7ed5d23e7a10085171e1be05
Add MDF to ASCII converter

CANalyzer from Vector has broken ASCII export. It truncates timestamps
to 100 us resolutions, which is not usable for us. Therefore we must use
binary MDF files to export traces from CANalyzer and we convert them to
ASCII by this simple program.

In its current form, the program is not much generic. It works for our
so it is sufficient for us.
gw-tests/canalyzer/Makefile [new file with mode: 0644]
gw-tests/canalyzer/mdfconv.c [new file with mode: 0644]