|
DBC Framework
DBC parsing and CAN signal decoding framework
|
Minimal DBC parser. More...
#include <dbc_parser.h>
Public Member Functions | |
| DbcDatabase | ParseFile (const std::string &filePath) const |
| Parse DBC file. More... | |
Minimal DBC parser.
Supports:
Ignores:
Definition at line 35 of file dbc_parser.h.
| DbcDatabase DbcParser::ParseFile | ( | const std::string & | filePath | ) | const |
Parse DBC file.
| filePath | Path to input file. |
| std::runtime_error | on file or parse errors. |
Definition at line 40 of file dbc_parser.cpp.
References DbcDatabase::frames.