dbcppp
dbcppp copied to clipboard
Improve error handling
Atm. libdbcppp prints the error to std::cout, what should be improved in a way, that the programmer does have the control over what to do in error case. Those error cases have to be handled::
- signal creation fails
- message creation fails
- DBC parsing fails
- KCD parsing fails
Possible library to use: https://github.com/ned14/outcome