|
DbcLib 1.0
CAN DBC C++ library.
|
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. | |
| Attribute & | CreateAttribute (const Attribute &definition) |
| Creates an attribute. Parser function. | |
| const Attribute * | GetAttribute (const std::string &name) const |
| Returns an attribute by its name. | |