Door Extern Application Example#

Note

Example can be found in <output-folder>/examples/bin:
door_external_app
../../../_images/door_extern_example.png

Because we now run in a separate process we do not have access to the Data Dispatch Service and Vehicle Device . That’s why we cannot display these data.

The signals now are coming via CAN bus by using the VAPI Component can_com_sim.sdv from the framework. The VAPI Component reads the CAN messages from a text file and sends these messages to the Data Link The Data Link component is created from a dbc file with the help of the helper tool sdv_bcd_util.

../../../_images/door_service_extern_example.png