]> sigrok.org Git - libsigrok.git/commit
hameg-hmo: Do read from second digital pod during acquisition
authorGerhard Sittig <redacted>
Fri, 6 Jan 2017 17:56:40 +0000 (18:56 +0100)
committerGerhard Sittig <redacted>
Sat, 7 Jan 2017 20:36:53 +0000 (21:36 +0100)
commit1b0f62df2294af7f4fa9b8ecaed76a5658802095
treee931d8243c1e7f5b7d9ac6968a471d8b39c2c723
parentb23eb1d4d13d5ccf23303bf0bd378504f84de580
hameg-hmo: Do read from second digital pod during acquisition

The previous implementation only added one of the digital channels to
the list of enabled channels that are involved in the acquisition (the
first one that was found). This means that when the set of used digital
channels spans more than one pod/group, the second pod will never be
read from.

Make sure to enable one digital channel per pod/group, such that
acquisition will retrieve data from all involved input sources.

Add comments while we are here. Mention how the different setup, check,
start, and receive routines which are spread across several files do
interact to achieve acquisition.
src/hardware/hameg-hmo/api.c
src/hardware/hameg-hmo/protocol.h