]> sigrok.org Git - libsigrok.git/commit
sr: analog: Add MQ and UNIT enums.
authorUwe Hermann <redacted>
Wed, 20 Jun 2012 21:55:23 +0000 (23:55 +0200)
committerUwe Hermann <redacted>
Wed, 20 Jun 2012 21:55:23 +0000 (23:55 +0200)
commit9956f2851fb97a4b4090cedcde6f4b83cb08e971
treefbeec062661e881c0aa14e623a57ce35987e428c
parentc13536fa9c5ec756ff169423d43fc14b10be8cfa
sr: analog: Add MQ and UNIT enums.

MQ is the measured quantity, e.g. voltage, current, temperature.

UNIT is the unit in which these quantities are measured, e.g. volt,
ampere, celsius, kelvin, etc. etc.

The same MQ can be specified in different UNITs by the driver, depending
on what the hardware reports. Conversion is left to the frontends.
hardware/hantek-dso/api.c
sigrok.h.in