cpp-can-parser icon indicating copy to clipboard operation
cpp-can-parser copied to clipboard

C++ library for parsing CAN databases (currently only with the DBC format)

Results 6 cpp-can-parser issues
Sort by recently updated
recently updated
newest added

I get this error: `Error: Syntax error: Expected "BS_" but got "NS_DESC_" at line 5` when running this snippet: ``` try { CppCAN::CANDatabase db = CppCAN::CANDatabase::fromFile("cpp-can-parser/dbc-files/RHP_CAN_SystemInfo_DoorControlDriver__CCAN.dbc"); } catch(const CppCAN::CANDatabaseException& e)...

The file "cpp can parser export.h" is missing

AFAIK, scale value of a signal can be a fractional number, but when I gave a fractional number, the program gives a parse error. It says, **Error: Invalid character "."...

Compiling issues with directives