Added a new event GET_PUBLIC_DATA used to retrieve (or set) data from other modules
authorJim Morris <morris@wolfman.com>
Fri, 7 Jun 2013 00:15:19 +0000 (17:15 -0700)
committerJim Morris <morris@wolfman.com>
Fri, 7 Jun 2013 00:15:19 +0000 (17:15 -0700)
commit8293d44321cf85bad6a11b1b2dabab1c2846d7c2
tree062e92325199c26cb3c95a082a6e096cf83f57c0
parent80287083cdf13670b83a6742fa0eed2a09204e17
Added a new event GET_PUBLIC_DATA used to retrieve (or set) data from other modules
example of handling the data request is in TemperatureControl.cpp
example of retrieving the data is in SimpleShell.cpp get_temp command

Do not merge this yet!!
src/libs/Event.h
src/libs/Kernel.cpp
src/libs/Kernel.h
src/libs/PublicData.cpp [new file with mode: 0644]
src/libs/PublicData.h [new file with mode: 0644]
src/libs/PublicDataRequest.h [new file with mode: 0644]
src/modules/tools/temperaturecontrol/TemperatureControl.cpp
src/modules/tools/temperaturecontrol/TemperatureControl.h
src/modules/utils/simpleshell/SimpleShell.cpp
src/modules/utils/simpleshell/SimpleShell.h
src/version.cpp