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. Opening is denied while moving and an already open trunk is closed automatically once speed is above 0 km/h.

  • 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