|
DBC Framework
DBC parsing and CAN signal decoding framework
|
Created: 2026-03-13 Author: Deeaitch (Dim. Himro) More...
#include <string>#include <vector>#include <memory>#include <cstddef>#include "frame_info.h"#include "signal_info.h"Go to the source code of this file.
Classes | |
| class | TreeNode |
| Tree node for later use in model/view or other hierarchy consumers. More... | |
Enumerations | |
| enum class | NodeType { Root , Frame , Signal } |
| Type of a tree node. More... | |
Created: 2026-03-13 Author: Deeaitch (Dim. Himro)
Licensed under the MIT License. See LICENSE file in the project root for full license text.
Definition in file tree_node.h.
|
strong |
Type of a tree node.
Definition at line 26 of file tree_node.h.