]> sigrok.org Git - libsigrok.git/commit
sr: add probe list to device instance
authorBert Vermeulen <redacted>
Sun, 8 Jul 2012 14:37:39 +0000 (16:37 +0200)
committerBert Vermeulen <redacted>
Fri, 3 Aug 2012 08:27:37 +0000 (10:27 +0200)
commit47211d65b4fdaca58694a51cdbf1ba8ee4270ee9
tree8540dde0487efec3b2e25afdc07886077e857157
parent80bf04263528998feb17cedc5b7aa9668dbc8d4d
sr: add probe list to device instance

There is no point in libsigrok copying probe lists around. The driver now
builds a list of probes according to the model device it found, and will
make that available to a frontend. The frontend thus has a reference of
what the driver has, including default names, and doesn't need libsigrok
to provide an unnecessary level of abstraction.

The sr_probe_new() library-private function is a helper for drivers.
hwdriver.c
libsigrok-internal.h
libsigrok.h