![]() |
HAN-FUN API
1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
|
This file contains the definitions for the Simple Air Pressure interface. More...
Go to the source code of this file.
Data Structures | |
struct | HF::Interfaces::SimpleAirPressure::Value |
Helper class to handle the Value attribute for the Simple Air Pressure interface. More... | |
struct | HF::Interfaces::SimpleAirPressure::Maximum |
Helper class to handle the Maximum attribute for the Simple Air Pressure interface. More... | |
struct | HF::Interfaces::SimpleAirPressure::Minimum |
Helper class to handle the Minimum attribute for the Simple Air Pressure interface. More... | |
struct | HF::Interfaces::SimpleAirPressure::Tolerance |
Helper class to handle the Tolerance attribute for the Simple Air Pressure interface. More... | |
struct | HF::Interfaces::SimpleAirPressure::Base |
Simple Air Pressure Interface : Parent. More... | |
class | HF::Interfaces::SimpleAirPressure::Server |
Simple Air Pressure Interface : Server side implementation. More... | |
struct | HF::Interfaces::SimpleAirPressure::Client |
Simple Air Pressure Interface : Client side implementation. More... | |
Namespaces | |
HF | |
Top-level namespace for the HAN-FUN library. | |
HF::Interfaces | |
This is the top-level namespace for the implemented Interfaces. | |
HF::Interfaces::SimpleAirPressure | |
This namespace contains the implementation of the Simple Air Pressure interface. | |
Functions | |
HF::Attributes::IAttribute * | HF::Interfaces::create_attribute (SimpleAirPressure::Server *server, uint8_t uid) |
Create an attribute object that can hold the attribute with the given uid . More... | |
HF::Attributes::IAttribute * | HF::Interfaces::SimpleAirPressure::create_attribute (uint8_t uid) |
Create an attribute object that can hold the attribute with the given uid . (HF::Interfaces::SimpleAirPressure::Server *,uint8_t) More... | |
std::ostream & | operator<< (std::ostream &stream, const HF::Interfaces::SimpleAirPressure::Attributes attribute) |
Convert the given attribute into a string and write it to the given stream . More... | |
This file contains the definitions for the Simple Air Pressure interface.
For licensing information, please see the file 'LICENSE' in the root folder.
Initial development by Bithium S.A. [http://www.bithium.com]
Definition in file simple_air_pressure.h.