DBC Framework
DBC parsing and CAN signal decoding framework
DecodeDatabase Struct Reference

Runtime decode database with fast lookup by CAN ID. More...

#include <decode_database.h>

Public Attributes

std::vector< DecodeFrameframes
 
std::unordered_map< FrameKey, std::size_t, FrameKeyHasherframeIndexByKey
 

Detailed Description

Runtime decode database with fast lookup by CAN ID.

Definition at line 132 of file decode_database.h.

Member Data Documentation

◆ frames

std::vector<DecodeFrame> DecodeDatabase::frames

Definition at line 133 of file decode_database.h.

◆ frameIndexByKey

std::unordered_map<FrameKey, std::size_t, FrameKeyHasher> DecodeDatabase::frameIndexByKey

Definition at line 134 of file decode_database.h.


The documentation for this struct was generated from the following file: