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

This namespace contains the implementation of the Simple Light Sensor interface. More...

Data Structures

struct  Base
 Simple Light Sensor Interface : Parent. More...
 
struct  Client
 Simple Light Sensor Interface : Client side implementation. More...
 
struct  Maximum
 Helper class to handle the Maximum attribute for the Simple Light Sensor interface. More...
 
struct  Minimum
 Helper class to handle the Minimum attribute for the Simple Light Sensor interface. More...
 
class  Server
 Simple Light Sensor Interface : Server side implementation. More...
 
struct  Tolerance
 Helper class to handle the Tolerance attribute for the Simple Light Sensor interface. More...
 
struct  Value
 Helper class to handle the Value attribute for the Simple Light Sensor interface. More...
 

Enumerations

enum  Attributes { VALUE_ATTR = 0x01, MINIMUM_ATTR = 0x02, MAXIMUM_ATTR = 0x03, TOLERANCE_ATTR = 0x04 }
 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::SimpleLightSensor::Server *,uint8_t) More...
 

Detailed Description

This namespace contains the implementation of the Simple Light Sensor interface.