projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4058f2a
)
add sound pressure level type
author
Bert Vermeulen
<bert@biot.com>
Wed, 31 Jul 2013 09:29:53 +0000
(11:29 +0200)
committer
Bert Vermeulen
<bert@biot.com>
Wed, 31 Jul 2013 09:29:53 +0000
(11:29 +0200)
src/sigrok.c
patch
|
blob
|
history
src/types.db
patch
|
blob
|
history
diff --git
a/src/sigrok.c
b/src/sigrok.c
index
7e2fa6c
..
001830d
100644
(file)
--- a/
src/sigrok.c
+++ b/
src/sigrok.c
@@
-142,6
+142,8
@@
static char *sigrok_value_type(const struct sr_datafeed_analog *analog)
s = "temperature";
else if (analog->mq == SR_MQ_RELATIVE_HUMIDITY)
s = "humidity";
+ else if (analog->mq == SR_MQ_SOUND_PRESSURE_LEVEL)
+ s = "spl";
else
s = "gauge";
diff --git
a/src/types.db
b/src/types.db
index
f1d30f0
..
173c641
100644
(file)
--- a/
src/types.db
+++ b/
src/types.db
@@
-160,6
+160,7
@@
signal_quality value:GAUGE:0:U
snr value:GAUGE:0:U
spam_check value:GAUGE:0:U
spam_score value:GAUGE:U:U
+spl value:GAUGE:U:U
swap_io value:DERIVE:0:U
swap value:GAUGE:0:1099511627776
tcp_connections value:GAUGE:0:4294967295