c-coderdbc
c-coderdbc copied to clipboard
CAN DBC matrix to C code generator
Fixed memory corruption that was causing an abort when running this on MacOS. In FindVersion, marker was only 8 bytes. It needed to be 9 bytes because some strings were...
I would like to see the coderdbc version and source *.dbc file name as a comment at the top of each generated file.
Hi @astand I noticed that some of the `CycleTime` values for my messages were not set. After further investigation it seems that BCD file has the following entry ``` ////////////////////////////////...
Fixes issues #33. The generated code now only unpacks the correct multiplex signals associated with the mutliplex master value. These changes do not affect CAN messages that have no mutliplex...
I fixed the signal packing for multiplex signals, issue #31 The new generated code takes into account the master multiplex value when generating the Pack functions. I added an example...
Hello, This is similar to issue #31 but instead is to do the Unpack functions with multiplexed signals. So currently the Unpack functions will decode all the signals in the...
Hello, The generation of the Pack functions does not correctly pack CAN messages that contain mutliplex signals and instead packs all the signals in the CAN message regardless of wether...
Hi @astand when generating with options -noconfig: no {drivername}-config and dbccodeconfig generation -nofmon: no ***-fmon.c generation I still see in the generated lib header a reference to -config.h and also...
When VAL_ in DBC is splited in multiple lines, then generated comment is invalid (it does not compile). For example this line: ``` VAL_ 11111 Bat_Status 0 "Battery level above...