DBC Framework
DBC parsing and CAN signal decoding framework
dbc_database.h
Go to the documentation of this file.
1
12#ifndef DBC_DATABASE_H
13#define DBC_DATABASE_H
14
15#include <vector>
16
17#include "frame_info.h"
18
23 std::vector<FrameInfo> frames;
24};
25
26#endif /* DBC_DATABASE_H */
Created: 2026-03-13 Author: Deeaitch (Dim. Himro)
Parsed DBC content stored in a simple internal form.
Definition: dbc_database.h:22
std::vector< FrameInfo > frames
Definition: dbc_database.h:23