]> sigrok.org Git - libsigrok.git/commit
sr: add new driver API call info_get()
authorBert Vermeulen <redacted>
Thu, 12 Jul 2012 19:34:30 +0000 (21:34 +0200)
committerBert Vermeulen <redacted>
Fri, 3 Aug 2012 08:27:37 +0000 (10:27 +0200)
commitf92f4eab23165aefa271d87cc0e60cbb8e24d154
treebb5a81916f7aa17e9e61d6a719c0e40ba4bf72ca
parent9e41fdba4080de96fde23f00415056f51d79b469
sr: add new driver API call info_get()

This will replace dev_info_get(), and will be used to fetch both
driver and device instance-specific information. The sr_dev_inst
argument is NULL in case of a driver info fetch. In line with the
libsigrok wrapper, this function returns an error code, using the
supplied void ** to return the requested data.
libsigrok.h