]> sigrok.org Git - libsigrok.git/commit
Use frames to group a single measurement result together.
authorJanne Huttunen <redacted>
Sat, 20 Dec 2014 15:32:26 +0000 (17:32 +0200)
committerUwe Hermann <redacted>
Tue, 6 Jan 2015 19:10:17 +0000 (20:10 +0100)
commita6413fa58e455fb4a654720218183e297835226c
treeae37a51576f960042ec9c17922c0179090e3c1dd
parentbb983c666a074d8e16c5f6c16e20870bc6c5d727
Use frames to group a single measurement result together.

In most, but not all, modes the ES51919 reports two separate
analog values for each measurement sample. These values are
mapped to two separate channels and sent in two separate
packets.

A client program needs a way to determine which results are
parts of the same measurement and also know when a complete
measurement is received so it can process the sample. Use
the frame begin and end packets to separate groups that each
represent a single complete measurement.
src/lcr/es51919.c