COVESA / vehicle_signal_interface

Library to distribute vehicle signals between components inside a single ECU
Mozilla Public License 2.0
23 stars 20 forks source link

VSI Filename hardcoded #15

Open PetherPettersson opened 7 years ago

PetherPettersson commented 7 years ago

The filename/path to the vsi file is hardcoded in vsi.h and used when initializing. It would be prefered for us to be able to give this as a parameter instead, or remove the call to vss import inside the initialize function and use a direct call to vss import.

As vsi isn't able to find the vsi file, it prints an error.