Vector BLF FD (R/W)

BLF (binary logging format) is a binary format with optional compression. Files written by Kvaser's convert will not use compression.

The format is not fully supported. Wheras the original file format is able to represent a wide range of objects, this converter is limited to object (event) types relevant to Kvaser’s Memorator log formats.

Compatible with API version (binlog.dll): 4.9.4.0

Extension: .blf

Format specifier: KVLC_FILE_FORMAT_VECTOR_BLF_FD

Supported properties

Supported object types

The reader and writer uses the following message types:

Read:
BL_OBJ_TYPE_CAN_MESSAGE
BL_OBJ_TYPE_CAN_ERROR
BL_OBJ_TYPE_CAN_OVERLOAD
BL_OBJ_TYPE_APP_TRIGGER
BL_OBJ_TYPE_LOG_CONTAINER
BL_OBJ_TYPE_CAN_ERROR_EXT
BL_OBJ_TYPE_CAN_MESSAGE2
BL_OBJ_TYPE_CAN_FD_MESSAGE_64
BL_OBJ_TYPE_CAN_FD_ERROR_64

Notes

The function kvlcEventCount is not supported for KVLC_FILE_FORMAT_VECTOR_BLF_FD.