![]() |
A CAN database contains information about messages. Each message has (among other attributes) an identifier, a name and one or several signals. The kvaDbLib library is an API for these CAN databases.
The function calls in the Kvaser Database API all have names starting with kvaDb, e.g kvaDbOpen().
You will need to
in your programs and link with kvaDbLib.dll on Windows and with libkvadblib.so on Linux.
See candb_sample.c for an example on how to use the kvaDbLib.