DBC Framework
DBC parsing and CAN signal decoding framework
dbc_decode_builder.h
Go to the documentation of this file.
1
12#ifndef DBC_DECODE_BUILDER_H
13#define DBC_DECODE_BUILDER_H
14
15#include "dbc_database.h"
16#include "decode_database.h"
17
22 public:
28 DecodeDatabase Build (const DbcDatabase &source) const;
29};
30
31#endif /* DBC_DECODE_BUILDER_H */
Converts parsed DBC data into runtime decode database.
DecodeDatabase Build(const DbcDatabase &source) const
Build runtime decode database.
Created: 2026-03-13 Author: Deeaitch (Dim. Himro)
Created: 2026-03-13 Author: Deeaitch (Dim. Himro)
Parsed DBC content stored in a simple internal form.
Definition: dbc_database.h:22
Runtime decode database with fast lookup by CAN ID.