kvlcReaderInfo Struct Reference

Information about an open log file reader. More...

#include <kvlclib.h>

Data Fields

int64 fileSize
 Size of the input file in bytes. More...
 
int64 eventCount
 Estimated number of events in the file. More...
 
time_int64 startOfMeasurement
 Start of measurement (nanoseconds since 1 Jan 1970); 0 if not yet available. More...
 
unsigned int channelMask
 Bitmask of channels observed during scan; bit N set means channel N was seen. More...
 
unsigned int canChannelMask
 Bitmask of channels observed with CAN/CAN FD traffic; bit N set means channel N is a CAN channel. More...
 
unsigned int linChannelMask
 Bitmask of channels observed with LIN traffic; bit N set means channel N is a LIN channel. More...
 
unsigned int directionMask
 Bitmask of directions observed during scan; use DIR_xxx. More...
 

Detailed Description

Information about an open log file reader.

Field Documentation

◆ canChannelMask

unsigned int canChannelMask

Bitmask of channels observed with CAN/CAN FD traffic; bit N set means channel N is a CAN channel.

◆ channelMask

unsigned int channelMask

Bitmask of channels observed during scan; bit N set means channel N was seen.

◆ directionMask

unsigned int directionMask

Bitmask of directions observed during scan; use DIR_xxx.

◆ eventCount

int64 eventCount

Estimated number of events in the file.

◆ fileSize

int64 fileSize

Size of the input file in bytes.

◆ linChannelMask

unsigned int linChannelMask

Bitmask of channels observed with LIN traffic; bit N set means channel N is a LIN channel.

◆ startOfMeasurement

time_int64 startOfMeasurement

Start of measurement (nanoseconds since 1 Jan 1970); 0 if not yet available.


The documentation for this struct was generated from the following file: