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

All DBC network objects may have attributes attached to them. More...

#include <string>
#include <vector>
#include <sstream>
Include dependency graph for attribute.h:
This graph shows which files directly or indirectly include this file:

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...