1#ifndef RENNSSELAERMOTORSPORT_DBC_H
2#define RENNSSELAERMOTORSPORT_DBC_H
static const int MAX_LINE_LENGTH
int parseDbcFile(CAN_MessageList *messages, const unsigned char *dbc_contents)
Parses a DBC (CAN database) file and populates the DBC structure.
int parseDbcLine(CAN_MessageList *messages, char *line)
Parses a single line of a DBC file and populates the CAN_MessageList structure.
void print_CAN_MessageList(const CAN_MessageList *messages)
Prints the contents of a CAN message list (aka DBC file).