Functions | |
KvlcStatus | kvlcFeedSelectFormat (KvlcHandle handle, int format) |
KvlcStatus | kvlcFeedLogEvent (KvlcHandle handle, void *event) |
KvlcStatus | kvlcFeedNextFile (KvlcHandle handle) |
KvlcStatus kvlcFeedLogEvent | ( | KvlcHandle | handle, |
void * | event | ||
) |
Feed one event to the converter. Used when reading log files directly from device.
[in] | handle | An open handle to a converter. |
[in] | event | Pointer to an event that matches the selected input format. |
KvlcStatus kvlcFeedNextFile | ( | KvlcHandle | handle | ) |
Notify the converter that next event in kvlcFeedLogEvent() will come from another file. Used when reading log files directly from device.
E.g. use this function with KVLC_FILE_FORMAT_MEMO_LOG when using KVMLIB to read events from a Kvaser Memorator connected to USB.
[in] | handle | An open handle to a converter. |
KvlcStatus kvlcFeedSelectFormat | ( | KvlcHandle | handle, |
int | format | ||
) |
Select feed format. Used when reading log files directly from device.
E.g. use this function with KVLC_FILE_FORMAT_MEMO_LOG when using KVMLIB to read events from a Kvaser Memorator connected to USB.
[in] | handle | An open handle to a converter. |
[in] | format | Input format, use FILE_FORMAT_xxx. |