Open Trunk Extern Application#
Note
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.
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.