commit | 0a1301c141809fc8441abee5415c791ce894f068 | [log] [tgz] |
---|---|---|
author | Tom Joseph <tomjoseph@in.ibm.com> | Fri Feb 16 08:27:00 2018 +0530 |
committer | Tom Joseph <tomjoseph@in.ibm.com> | Thu Mar 01 05:34:21 2018 +0000 |
tree | 07b9efa7dc164f9b3ca80c01ca5174591684faa5 | |
parent | 82feb17d0c244ed04b82b0fbed3c0a9456986a86 [diff] |
sensor: Add result exponent to the sensor yaml Result exponent sets the decimal point location for the result before the linearization function is applied. This is different from the scale implemented by the sensors dbus objects. The scale is the scaling factor to get the value for the units specified for the sensor. Linearization is done after applying the scale on the raw sensor value. Change-Id: I76624c593bf6cdf40ec884c0ff0aceb58746732c Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To full clean the repository again run ./bootstrap.sh clean
.