change the temperature public data access to pass in the pad_temp for the result...
authorJim Morris <morris@wolfman.com>
Sat, 12 Sep 2015 04:13:25 +0000 (21:13 -0700)
committerJim Morris <morris@wolfman.com>
Sat, 12 Sep 2015 04:13:25 +0000 (21:13 -0700)
commit3bfb2639acaee9896a0479cfc7a44ca6f31386f7
treea4dfab17cbb964a77891cedc268dc09e76e21ac5
parentbab4e1bd806294895aa96fc137b63d173be5a7f4
change the temperature public data access to pass in the pad_temp for the result, this saves every temperature control from having a pad_temp struct.
Allo publicdata get_value to pass in the recipient for the data, rather than the callee having to store that data, currently used for polling temperature controls.
src/libs/PublicData.cpp
src/libs/PublicData.h
src/libs/PublicDataRequest.h
src/modules/tools/temperaturecontrol/TemperatureControl.cpp
src/modules/tools/temperaturecontrol/TemperatureControl.h
src/modules/tools/temperatureswitch/TemperatureSwitch.cpp
src/modules/utils/panel/screens/PrepareScreen.cpp
src/modules/utils/panel/screens/WatchScreen.cpp
src/modules/utils/panel/screens/WatchScreen.h
src/modules/utils/player/Player.cpp
src/modules/utils/simpleshell/SimpleShell.cpp