BeeeOn Gateway  v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
Protected Member Functions
BeeeOn::ZWaveTypeMappingParser Class Reference

ZWaveTypeMappingParser can parse XML files defining mappings between Z-Wave command classes and BeeeOn ModuleTypes. More...

#include <ZWaveTypeMappingParser.h>

Inheritance diagram for BeeeOn::ZWaveTypeMappingParser:
BeeeOn::XmlTypeMappingParser< ZWaveType > BeeeOn::TypeMappingParser< ZWaveType > BeeeOn::Loggable

Protected Member Functions

ZWaveType parseTechType (const Poco::XML::Node &node) override
 Parse the given DOM node, extract attributes command-class and index and returned it as ZWaveType(cc, index).
 
std::string techTypeRepr (const ZWaveType &type) override
 
- Protected Member Functions inherited from BeeeOn::Loggable
void setupLogger (Poco::Logger *logger=0) const
 
Poco::Logger & logger () const
 
 Loggable (const ClassInfo &info)
 
 Loggable (const std::type_info &info)
 

Additional Inherited Members

- Public Types inherited from BeeeOn::TypeMappingParser< ZWaveType >
typedef std::pair< ZWaveType,
ModuleType
TypeMapping
 Single mapping between technology-specific type and the ModuleType.
 
typedef std::vector< TypeMappingTypeMappingSequence
 Sequence of particular mappings.
 
- Public Member Functions inherited from BeeeOn::XmlTypeMappingParser< ZWaveType >
 XmlTypeMappingParser (const std::string &mappingGroup, const std::string &techNode, Poco::Logger &logger)
 
TypeMappingParser< ZWaveType >
::TypeMappingSequence 
parse (std::istream &in) override
 Parse the input stream as XML file via the XmlTypeMappingParserHelper. More...
 
- Static Protected Member Functions inherited from BeeeOn::Loggable
static Poco::Logger & forMethod (const char *name)
 
static Poco::Logger & forClass (const ClassInfo &info)
 
static Poco::Logger & forClass (const std::type_info &info)
 
template<typename T >
static Poco::Logger & forInstance (const T *i)
 
static void configureSimple (Poco::Logger &logger, const std::string &level)
 
static void logException (Poco::Logger &logger, const Poco::Message::Priority priority, const Poco::Exception &e, const char *file, size_t line)
 

Detailed Description

ZWaveTypeMappingParser can parse XML files defining mappings between Z-Wave command classes and BeeeOn ModuleTypes.

Member Function Documentation

string ZWaveTypeMappingParser::techTypeRepr ( const ZWaveType &  type)
overrideprotectedvirtual
Returns
string representation of the given technology-specific type.

Implements BeeeOn::XmlTypeMappingParser< ZWaveType >.


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