Introduction

The converter API, kvlclib, is a collection of different converters from and to Kvaser's log formats as well as a few other formats.

Conversion is done stepwise between the formats. In some cases, unsupported input events may be skipped and structurally essential events may be generated if the conversion, calls for it.

Naming convention

The function calls in the API all have names starting with kvlc, e.g kvlcAddDatabase ().

Build an application

You will need to

#include kvlclib.h

in your programs and link with kvlclib.dll on Windows and with libkvlclib.so on Linux.

Note
On Windows kvlclib.dll is dependent on kvaDbLib.dll.
On Linux libkvlclib.so is dependent on libkvadblib.so.