|
DBC Framework
DBC parsing and CAN signal decoding framework
|
Builds a simple tree from parsed DBC database. More...
#include <dbc_tree_builder.h>
Public Member Functions | |
| std::unique_ptr< TreeNode > | Build (const DbcDatabase &database) const |
| Build tree representation of parsed DBC data. More... | |
Builds a simple tree from parsed DBC database.
Definition at line 23 of file dbc_tree_builder.h.
| std::unique_ptr< TreeNode > DbcTreeBuilder::Build | ( | const DbcDatabase & | database | ) | const |
Build tree representation of parsed DBC data.
| database | Parsed database. |
Definition at line 14 of file dbc_tree_builder.cpp.
References DbcDatabase::frames.