open-zwave/cpp/tinyxml
dscottmiller3 8673e39c11 1) Main.cpp adjusted to show how new notifications (Notification::Type_AllNodesQueried and Notification::Type_AwakeNodesQueried) might be used to determine when to write the config file.
2)  Bug in ThermostatFanState, ThermostatMode and ThermostatOperatingState fixed:  ValueList was being released, which meant it wouldn't exist for the second or third poll of a device (overwritten by other data).
3)  Standardized Doxygen comment command form ("\" instead of "@")
2010-12-27 22:53:02 +00:00
..
Makefile Major re-arrangement of the repository, in order to allow multiple programming languages. 2010-09-12 16:17:44 +00:00
tinystr.cpp Major re-arrangement of the repository, in order to allow multiple programming languages. 2010-09-12 16:17:44 +00:00
tinystr.h Major re-arrangement of the repository, in order to allow multiple programming languages. 2010-09-12 16:17:44 +00:00
tinyxml.cpp Major re-arrangement of the repository, in order to allow multiple programming languages. 2010-09-12 16:17:44 +00:00
tinyxml.h 1) Main.cpp adjusted to show how new notifications (Notification::Type_AllNodesQueried and Notification::Type_AwakeNodesQueried) might be used to determine when to write the config file. 2010-12-27 22:53:02 +00:00
tinyxmlerror.cpp Major re-arrangement of the repository, in order to allow multiple programming languages. 2010-09-12 16:17:44 +00:00
tinyxmlparser.cpp Major reworking of the initialization process, to make it more stateful, robust and easier to control the order in which command classes are queried. Improved handling of sleeping devices. 2010-12-19 13:40:08 +00:00