libsigrok.h: Add SR_MQ_POWER_FACTOR and SR_MQ_APPARENT_POWER.

This commit is contained in:
Uwe Hermann 2015-03-20 20:35:07 +01:00
parent 350b8b07f0
commit ded3e5087c
1 changed files with 4 additions and 0 deletions

View File

@ -226,6 +226,10 @@ enum sr_mq {
SR_MQ_DIFFERENCE,
/** Count. */
SR_MQ_COUNT,
/** Power factor. */
SR_MQ_POWER_FACTOR,
/** Apparent power */
SR_MQ_APPARENT_POWER,
};
/** Unit of measured quantity, sr_datafeed_analog.unit. */