|
DBC Framework
DBC parsing and CAN signal decoding framework
|
Key for fast frame lookup. More...
#include <decode_database.h>
Public Member Functions | |
| FrameKey (std::uint32_t id, bool extended) | |
| bool | operator== (const FrameKey &other) const |
Public Attributes | |
| std::uint32_t | canId |
| bool | isExtended |
Key for fast frame lookup.
Definition at line 99 of file decode_database.h.
|
inline |
Definition at line 103 of file decode_database.h.
|
inline |
Definition at line 108 of file decode_database.h.
|
inline |
Definition at line 113 of file decode_database.h.
| std::uint32_t FrameKey::canId |
Definition at line 100 of file decode_database.h.
| bool FrameKey::isExtended |
Definition at line 101 of file decode_database.h.