]> sigrok.org Git - libsigrok.git/commit - src/hardware/demo/api.c
demo: Use simple timer source instead of pipe
authorDaniel Elstner <redacted>
Mon, 31 Aug 2015 01:55:41 +0000 (03:55 +0200)
committerDaniel Elstner <redacted>
Thu, 3 Sep 2015 17:37:09 +0000 (19:37 +0200)
commit027bf07796c340509bd2b010021f36a5990e51d0
tree8b8f441a1fdbaf262ddd4e0f47797134150b56f5
parentb5887bd0c308d78a151d3d3ff44d1f5ef28a8c4d
demo: Use simple timer source instead of pipe

Get rid of the Unix pipe and the GIOChannel wrapping it. Instead,
install a simple timer event source with the appropriate timeout.
src/hardware/demo/demo.c