]> sigrok.org Git - libsigrok.git/commit
Add SR_T_MQLIST.
authorBert Vermeulen <redacted>
Sun, 16 Aug 2015 23:43:22 +0000 (01:43 +0200)
committerUwe Hermann <redacted>
Tue, 25 Aug 2015 23:54:34 +0000 (01:54 +0200)
commita1f7c854c502cca8fe7e5576b9a01ad1086f9170
tree8664087fa94d528549c8ae33429e6cfcb7e959e4
parent0176c92fea8f47f6f9030a4a02f84d414741068f
Add SR_T_MQLIST.

This type consists of an array, with each item a two-member tuple,
representing an MQ/MQflags pair: the first item is the MQ (type
G_VARIANT_TYPE_UINT32), and the second is the MQ flags value
(G_VARIANT_TYPE_UINT64).

A GVariant of type SR_T_MQLIST can thus always represent more than
one MQ/MQflag pair.
include/libsigrok/libsigrok.h
src/hwdriver.c