ASC Exporter
Loading...
Searching...
No Matches
asc_can_exporter

Processors

asc_can

Exports CAN frames from an ASC file.

Properties

Name Default Value Type Description
channel_mask 0xffff string Only process data whose CAN channel matches with this mask.
set_negative_time_to_zero 1 unsigned If set to 1 negative timestamps will set to 0. If set to 0 negative timestamps remain untouched.

Plugin Attributes

Attribute Value
Plugin Name asc_can_exporter.adtffileplugin
License ADTF Subscription
Support Mail suppo.nosp@m.rt@d.nosp@m.igita.nosp@m.lwer.nosp@m.k.net
Homepage URL https://adtf.dev/

Usage

To use one of the supplied exporters, specify the plugin with the --plugin option of the adtf_dattool i.e.:

adtf_dattool --plugin /path/to/asc_exporter/bin/asc_can_exporter.adtffileplugin --export file_with_can_data.adtfdat --stream can --output can_frames.asc

Note: You can specify a processor for each stream with the –processorid argument. If you do not specify one explicitly, the first one that supports the stream is used.

Example with processorid:

adtf_dattool --plugin /path/to/asc_exporter/bin/asc_can_exporter.adtffileplugin --export file_with_can_data.adtfdat --stream raw_can --processorid asc_can --output can_frames.asc