![]() |
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... | |
Information about an open log file reader.
| unsigned int canChannelMask |
Bitmask of channels observed with CAN/CAN FD traffic; bit N set means channel N is a CAN channel.
| unsigned int channelMask |
Bitmask of channels observed during scan; bit N set means channel N was seen.
| unsigned int directionMask |
Bitmask of directions observed during scan; use DIR_xxx.
| int64 eventCount |
Estimated number of events in the file.
| int64 fileSize |
Size of the input file in bytes.
| unsigned int linChannelMask |
Bitmask of channels observed with LIN traffic; bit N set means channel N is a LIN channel.
| time_int64 startOfMeasurement |
Start of measurement (nanoseconds since 1 Jan 1970); 0 if not yet available.