ADTF (Automotive Data and Time-Triggered Framework) is a framework that supports the development process in automotive software development. It is a stable measurement framework, which is used in ADAS (Advanced Driver Assistance Systems) and can adopt typical bus data such as CAN, FlexRAY, Ethernet etc as well as raw data from any sources.
Questions tagged [adtf3]
13 questions
4
votes
1 answer
Adtf dat files - streams and structure types
ADTF dat file contains streams of data. In the .dat file there is only a stream name. To find the structure of the stream one has to go through DDL .description file.
Sometimes the .description files are incomplete or are missing link from stream…

Piotr Reszke
- 1,576
- 9
- 21
2
votes
1 answer
usage of Plugin Description generator?
I need help in one problem i.e my plugin description is not being generated . My .adtfplugin is generated properly. And i wanted to generated plugin description using adtf_plugin_description_generator.exe.
It requires some opencv dlls and one…

user12071441
- 95
- 1
- 8
2
votes
3 answers
ADTF SDK: import manifest AND handle it
I'm trying to run a full ADTF configuration from my own C++ command-line application using the ADTF SDK. ADTF version: 2.9.1 (pretty old).
Here's what I have (want) to do:
Load manifest file
Load globals-xml
Load config-xml
2 & 3 are done, using…

Zuzu Corneliu
- 1,594
- 2
- 15
- 27
2
votes
1 answer
In ADTF 3, how can we create a drop-down list for the filter properties?
In ADTF 2 we could do that using NSSUBPROP. I am looking for a similar function in ADTF3.

LakshmiNarasimhan
- 23
- 3
2
votes
1 answer
Are there structured properties like in ADTF2?
In ADTF2 it was possible to create nested properties by concatenating the names with "::".
So property names "Foo::Property1" and "Foo::Property2" would create following structure:
Foo
Property1
Property2
Is something like this also possible…

krase
- 1,006
- 7
- 18
2
votes
1 answer
Default for ADTF filter trigger
In ADTF 3.0 triggers are separated from filters.
Is there a default trigger or must I define a trigger for every filter?
If there is a default trigger
Is it data or time triggered?
Is it possible to define my own default trigger?

Hans One
- 3,329
- 27
- 28
1
vote
1 answer
What is the reason for 'Unable to resolve substream' error in ADTF?
I'm having the following problem when trying to setup Substream Assembler filter with Substream Selector:
I have the following basic setup in the ADTF tool:
The input to Substream Assembly is simply a dummy filter, generating some random data and…

Andrei Kulagin
- 115
- 9
1
vote
1 answer
How to play back a DAT file which is recorded by demo_recording (ADTF)
I use the ADTF GUI Control to start demo_recording and to record a DAT file.
What is the easiest way to play back this DAT file? Is there a minimum configuration to do so?

Hans One
- 3,329
- 27
- 28
0
votes
0 answers
CMake build linker errors when including an ADTF service in an ADTF filter
I am getting strange linker errors that I do not understand.
I created an ADTF Signal Listener by slightly adapting the source of the demo version: https://support.digitalwerk.net/adtf/v3/adtf_html/page_demo_signal_listener_code.html (the code…

Dennix
- 115
- 1
- 10
0
votes
0 answers
Get sample mediatype from dat File or receive sample as simple void pointer
my issue is the following. I have dat files that have streams the media type of which i sadly do not have. I know that sample should be automotive ethernet frames, however, I do not have exact struct description or ddl. Is it possible to somehow…

Alex
- 1
0
votes
0 answers
ADTF3 file require ddl descriptions?
I need help on writing data to an .adtfdat file. The type of the data is a structure data given below
struct str1
{
int element1;
int element2;
int element3[8];
};
Do I need to add a DDL description…

SS7117
- 33
- 5
0
votes
1 answer
using qt with adtf. Generation of moc file during build time?
I am trying to use qt with adtf 3.3 .
From the documentation of adtf (https://support.digitalwerk.net/adtf/v3/adtf_html/page_external_dependencies.html) and example from adtf using…

user12071441
- 95
- 1
- 8
-1
votes
1 answer
Writing and reading ADTF3 Files
I am using ADTF Libraries to write a structure data. I need to verify whether the data is being written properly. How can i do this?

SS7117
- 33
- 5