![]() |
libhomegear-base
0.7
Base library for Homegear and Homegear family modules.
|
#include <Logical.h>
Public Member Functions | |
| LogicalString (BaseLib::SharedObjects *baseLib) | |
| LogicalString (BaseLib::SharedObjects *baseLib, xml_node *node) | |
| virtual | ~LogicalString () |
| virtual std::shared_ptr< Variable > | getSetToValueOnPairing () |
| virtual std::shared_ptr< Variable > | getDefaultValue () |
Public Member Functions inherited from BaseLib::DeviceDescription::ILogical | |
| ILogical (BaseLib::SharedObjects *baseLib) | |
| ILogical (BaseLib::SharedObjects *baseLib, xml_node *node) | |
| virtual | ~ILogical () |
Public Attributes | |
| std::string | defaultValue |
| std::string | setToValueOnPairing |
Public Attributes inherited from BaseLib::DeviceDescription::ILogical | |
| Type::Enum | type = Type::none |
| bool | defaultValueExists = false |
| bool | setToValueOnPairingExists = false |
Additional Inherited Members | |
Protected Attributes inherited from BaseLib::DeviceDescription::ILogical | |
| BaseLib::SharedObjects * | _bl = nullptr |
| BaseLib::DeviceDescription::LogicalString::LogicalString | ( | BaseLib::SharedObjects * | baseLib | ) |
| BaseLib::DeviceDescription::LogicalString::LogicalString | ( | BaseLib::SharedObjects * | baseLib, |
| xml_node * | node | ||
| ) |
|
inlinevirtual |
|
virtual |
Implements BaseLib::DeviceDescription::ILogical.
|
virtual |
Implements BaseLib::DeviceDescription::ILogical.
| std::string BaseLib::DeviceDescription::LogicalString::defaultValue |
| std::string BaseLib::DeviceDescription::LogicalString::setToValueOnPairing |