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

#include <Logical.h>

Inheritance diagram for BaseLib::DeviceDescription::LogicalBoolean:
BaseLib::DeviceDescription::ILogical

Public Member Functions

 LogicalBoolean (BaseLib::SharedObjects *baseLib)
 
 LogicalBoolean (BaseLib::SharedObjects *baseLib, xml_node *node)
 
virtual ~LogicalBoolean ()
 
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

bool defaultValue = false
 
bool setToValueOnPairing = false
 
- 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

§ LogicalBoolean() [1/2]

BaseLib::DeviceDescription::LogicalBoolean::LogicalBoolean ( BaseLib::SharedObjects baseLib)

§ LogicalBoolean() [2/2]

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

§ ~LogicalBoolean()

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

Member Function Documentation

§ getDefaultValue()

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

§ getSetToValueOnPairing()

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

Member Data Documentation

§ defaultValue

bool BaseLib::DeviceDescription::LogicalBoolean::defaultValue = false

§ setToValueOnPairing

bool BaseLib::DeviceDescription::LogicalBoolean::setToValueOnPairing = false

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