Raw Data Access

The new software version features access to the internal data stream for real time processing.
This interface is optimized for multi-threading. Provided the right CPU, one can process time-tags in real time at several GTags/sec.

The function ReadTagsRaw() that returns a RawDataBlock object. From there you have got two options:

1.) If you want, you can read the pointer and lenght out of this object and to the bit-twiddling yourself. The data format is identical as the saved format.

2.) You can also use the RawTagReader object. This object automatically adjusts to different device types and data formats. The ReadNextTag() function is inlined and works very efficiently.