Open Trunk Extern Application#

Note

Start instance:
sdv_control STARTUP –instance3005
Connect to this instance:
open_trunk_example 3005

Note

  • As an extern application we have only access to public interfaces offered by Basic Service s or Complex Service.

  • Before the command is forwarded to the Vehicle Device the vehicle speed is checked and denied accordingly.

  • The key is the availability of the the Proxy & Stub code for serializing/deserializing the access to the interface. For the Vehicle Device exists non.

../../../_images/open_trunk_screenshot_3005.png

The Speed signal is 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_dbc_util.

Attention

The key is the availability of the the Proxy & Stub code for serializing/deserializing the access to the interface. For the Vehicle Device we did not create this code, only for the Basic Service.

../../../_images/open_trunk_extern_example.png