DbcLib 1.0
CAN DBC C++ library.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dbc::Node Class Reference

Interface against a DBC node which normally is an ECU. More...

#include <node.h>

Public Member Functions

void Name (const std::string &name)
 Sets the name.
 
const std::string & Name () const
 Returns the name.
 
void Source (uint8_t source)
 Source number is used in J1939 and is included in the CAN ID.
 
uint8_t Source () const
 Source number (J1939).
 
void Comment (const std::string &comment)
 Sets the descriptive text.
 
const std::string & Comment () const
 Returns the descriptive text.
 
const std::vector< Attribute > & Attributes () const
 Returns the attribute list.
 
AttributeCreateAttribute (const Attribute &definition)
 Creates an attribute. Parser function.
 
const AttributeGetAttribute (const std::string &name) const
 Returns an attribute by its name.
 

Detailed Description


The documentation for this class was generated from the following file: