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

This namespace contains the implementation of the Simple Air Pressure interface. More...

Data Structures

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

Enumerations

enum  Attributes { VALUE_ATTR = 1, MAXIMUM_ATTR = 2, MINIMUM_ATTR = 3, TOLERANCE_ATTR = 4 }
 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::SimpleAirPressure::Server *,uint8_t) More...
 

Detailed Description

This namespace contains the implementation of the Simple Air Pressure interface.