HAN-FUN API  1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
HF::Interfaces::SimpleHumidity Namespace Reference

This namespace contains the implementation of the Simple Humidity interface. More...

Data Structures

struct  Base
 Simple Humidity Interface : Parent. More...
 
class  Client
 Level Control Interface : Client side implementation. More...
 
struct  Humidity
 Helper class to handle the Measured Humidity attribute for the Simple Humidity interface. More...
 
class  Server
 Simple Humidity Interface : Server side interface. More...
 
struct  Tolerance
 Helper class to handle the Tolerance attribute for the Simple Humidity interface. More...
 

Enumerations

enum  Attributes { VALUE_ATTR = 0x01, TOLERANCE_ATTR = 0x02 }
 Attributes. More...
 

Functions

HF::Attributes::IAttributecreate_attribute (uint8_t uid)
 Create an attribute object that can hold the attribute with the given uid. (HF::Interfaces::SimpleHumidity::Server *,uint8_t) More...
 

Detailed Description

This namespace contains the implementation of the Simple Humidity interface.