|
DbcLib 1.0
CAN DBC C++ library.
|
DBC message configuration object. More...
#include <cstdint>#include <vector>#include <map>#include <string>#include "dbc/attribute.h"#include "dbc/signal.h"

Go to the source code of this file.
Classes | |
| class | dbc::Message |
| DBC message configuration object. More... | |
Namespaces | |
| namespace | dbc |
| Main namespace for the DBC library. | |
Typedefs | |
| using | dbc::SignalList = std::map< std::string, Signal > |
| Sorted list of signal objects. | |