|
DbcLib 1.0
CAN DBC C++ library.
|
All DBC network objects may have attributes attached to them. More...
#include <string>#include <vector>#include <sstream>

Go to the source code of this file.
Classes | |
| class | dbc::Attribute |
| Support class for handling attributes of network objects. More... | |
Namespaces | |
| namespace | dbc |
| Main namespace for the DBC library. | |
Enumerations | |
| enum class | dbc::AttributeType : int { dbc::DbcNetwork , dbc::DbcNode , dbc::DbcMessage , dbc::DbcSignal , dbc::EnvironmentVariable , dbc::NodeSignalRelation , dbc::NodeMessageRelation } |
| Define what type of network object the attribute is valid for. More... | |
| enum class | dbc::AttributeValueType : int { dbc::IntegerValue , dbc::FloatValue , dbc::StringValue , dbc::EnumValue , dbc::HexValue } |
| Data type of the attribute. More... | |