Polyconseil/libcanardbc

Handle SIG_VALTYPE_ token

Closed this issue · 0 comments

The DBC format allow to override the default int type by a float or even a double.
The line look like this : SIG_VALTYPE_ <frame_id> <signal_name> : <type ex. 1 for float, 2 for double>;

We should make libcanardbc understand this option otherwise the decoded value will be false.