libsigrok/include/libsigrok
Uwe Hermann 28af4c714e Add a few scale related flags.
- SR_MQ_MASS: Mass, as measured by scales / balances.

 - SR_UNIT_*: Various units of mass.

 - SR_MQFLAG_UNSTABLE: A flag denoting that a value has not
   yet stabilized (settled). E.g. when placing an object on a scale
   it'll take a few moments until a stable reading is available.
   Measurement values marked with SR_MQFLAG_UNSTABLE denote that they
   are "unsettled", unstable values (not yet stabilized).
   The absence of SR_MQFLAG_UNSTABLE denotes that the value is stable.

 - SR_CONF_SCALE: A device class for weighing scales / balances.
2015-08-28 11:43:04 +02:00
..
libsigrok.h Add a few scale related flags. 2015-08-28 11:43:04 +02:00
proto.h Replace sr_config_info with sr_key_info. 2015-08-26 01:08:42 +02:00
version.h.in Build: Make version.h a configuration header 2015-08-16 18:28:13 +02:00