Jef Driesen 0f5b6028ef Copy missing sample values from the previous sample.
The Uwatec Smart stores a sample value only when it's diffent from the
previous value. While this compressed format does save some space on the
device, it is less practical for use in an application. The original
uncompressed data can easily be obtained by copying missing sample
values from the previous sample.

The implementation uses a two pass approach. In the first pass, all
sample values that are explicitly stored in the profile date are
collected. Any sample value that is not present, will automatically
retain the value from the previous sample. In the second pass, all
sample values are passed back to the application. The presence of an
absolute value is used to decide which sample types are present in the
data.
2010-07-29 13:36:43 +02:00
2010-03-09 15:18:45 +00:00
2008-10-05 20:14:18 +00:00
2008-06-05 08:44:35 +00:00
Description
No description provided
3.6 MiB
Languages
C 98.3%
M4 1.2%
Makefile 0.5%