Standalone C+ samples
We provide some C++ samples that demonstrate how to decode and encode our EVT data format without any dependency on the SDK libraries.
Name |
Description |
---|---|
Decodes an EVT 2.0 format RAW file and writes the decoded events in a CSV file |
|
Decodes an EVT 3.0 format RAW file and writes the decoded events in a CSV file |
|
Encode events from a CSV file to an EVT 2.0 format RAW file |
Note
We don’t provide any encoder for EVT3 format as its compressed nature makes it difficult to be re-created from an uncompressed CSV file.