libhomegear-base  0.7
Base library for Homegear and Homegear family modules.
BaseLib::DeviceDescription::LogicalString Class Reference

#include <Logical.h>

Inheritance diagram for BaseLib::DeviceDescription::LogicalString:
BaseLib::DeviceDescription::ILogical

Public Member Functions

 LogicalString (BaseLib::SharedObjects *baseLib)
 
 LogicalString (BaseLib::SharedObjects *baseLib, xml_node *node)
 
virtual ~LogicalString ()
 
virtual std::shared_ptr< VariablegetSetToValueOnPairing ()
 
virtual std::shared_ptr< VariablegetDefaultValue ()
 
- 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
 

Constructor & Destructor Documentation

§ LogicalString() [1/2]

BaseLib::DeviceDescription::LogicalString::LogicalString ( BaseLib::SharedObjects baseLib)

§ LogicalString() [2/2]

BaseLib::DeviceDescription::LogicalString::LogicalString ( BaseLib::SharedObjects baseLib,
xml_node node 
)

§ ~LogicalString()

virtual BaseLib::DeviceDescription::LogicalString::~LogicalString ( )
inlinevirtual

Member Function Documentation

§ getDefaultValue()

std::shared_ptr< Variable > BaseLib::DeviceDescription::LogicalString::getDefaultValue ( )
virtual

§ getSetToValueOnPairing()

std::shared_ptr< Variable > BaseLib::DeviceDescription::LogicalString::getSetToValueOnPairing ( )
virtual

Member Data Documentation

§ defaultValue

std::string BaseLib::DeviceDescription::LogicalString::defaultValue

§ setToValueOnPairing

std::string BaseLib::DeviceDescription::LogicalString::setToValueOnPairing

The documentation for this class was generated from the following files: