DbcLib 1.0
CAN DBC C++ library.
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
message.h File Reference

DBC message configuration object. More...

#include <cstdint>
#include <vector>
#include <map>
#include <string>
#include "dbc/attribute.h"
#include "dbc/signal.h"
Include dependency graph for message.h:
This graph shows which files directly or indirectly include this file:

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.