DBC framework
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dbc_database.h
Go to the documentation of this file.
1
/**
2
* @file dbc_database.h
3
* @brief
4
*
5
* Created: 2026-03-13
6
* Author: Deeaitch (Dim. Himro)
7
*
8
* Licensed under the MIT License.
9
* See LICENSE file in the project root for full license text.
10
*/
11
12
#ifndef DBC_DATABASE_H
13
#define DBC_DATABASE_H
14
15
#include <vector>
16
17
#include "
frame_info.h
"
18
19
/**
20
* @brief Parsed DBC content stored in a simple internal form.
21
*/
22
struct
DbcDatabase
{
23
std::vector<FrameInfo>
frames
;
/**< All frames found in the DBC file. */
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
Generated on Sun Jun 14 2026 20:49:34 for DBC framework by
1.9.4