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
22
struct
DbcDatabase
{
23
std::vector<FrameInfo>
frames
;
24
};
25
26
#endif
/* DBC_DATABASE_H */
frame_info.h
Created: 2026-03-13 Author: Deeaitch (Dim. Himro)
DbcDatabase
Parsed DBC content stored in a simple internal form.
Definition:
dbc_database.h:22
DbcDatabase::frames
std::vector< FrameInfo > frames
Definition:
dbc_database.h:23
dbc_database.h
Generated by
1.9.4