| commit | 8c2c048ec561e0f3da885cc181271c7c4b4def98 | [log] [tgz] |
|---|---|---|
| author | Lei YU <yulei.sh@bytedance.com> | Thu Sep 16 17:28:28 2021 +0800 |
| committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Jan 12 00:40:22 2022 +0000 |
| tree | 6c2bbbb778cf57456e55f581e9c0a5ee13b419ad | |
| parent | 962e68ba3395ce805bd6d855de1d4406951928f0 [diff] |
sensor-cache: Use new get function
The get function for sensor-cache will use the sdbusplus message to get
the sensor data instead of making DBus calls, where the sdbusplus
message could be a signal callback, or the getAllProperty's reply message.
So the get function's prototype is changed.
Tested: Verify the build is OK when enable or disable the sensor-cache
option.
Signed-off-by: Lei YU <yulei.sh@bytedance.com>
Change-Id: Ife2f55d87ce2b0941a4efdb599e46d80d827c2ff
To build this package, do the following steps:
1. ./bootstrap.sh
2. ./configure ${CONFIGURE_FLAGS}
3. make
To clean the repository run ./bootstrap.sh clean.