![]() |
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 core Attribute Reporting Service in HAN-FUN. More...
Go to the source code of this file.
Namespaces | |
HF | |
Top-level namespace for the HAN-FUN library. | |
HF::Core | |
This is the top-level namespace for the Core Services and Interfaces implementation. | |
HF::Core::AttributeReporting | |
This namespace contains the classes that implement the Attribute Reporting service. | |
HF::Core::AttributeReporting::Periodic | |
This namespace contains the classes to handle the attribute reporting periodic functionality. | |
HF::Core::AttributeReporting::Event | |
Namespace for Attribute Reporting based on events. | |
HF::Core::AttributeReporting::Report | |
This namespace contains the classes that implement the attribute reporting notifications. | |
Functions | |
HF::Attributes::IAttribute * | HF::Core::create_attribute (HF::Core::AttributeReporting::IServer *server, uint8_t uid) |
Create an attribute object that can hold the attribute with the given uid . More... | |
Protocol::Message * | HF::Core::AttributeReporting::create (Protocol::Address &destination) |
Create a new attribute reporting event rule for the device with the given address. More... | |
Protocol::Message * | HF::Core::AttributeReporting::create (Protocol::Address &destination, uint32_t interval) |
Create a new attribute reporting periodic rule for the device with the given address and the given interval . More... | |
Protocol::Message * | HF::Core::AttributeReporting::destroy (Type type, uint8_t report_id) |
Remove the rule with the given type and the given report_id . More... | |
Protocol::Message * | HF::Core::AttributeReporting::destroy (Reference report) |
Remove the rule for the given report reference. More... | |
Protocol::Message * | HF::Core::AttributeReporting::add (Reference report, periodic_iterator begin, periodic_iterator end) |
Add the periodic entries from start to end into the rule with the given report reference. More... | |
Protocol::Message * | HF::Core::AttributeReporting::update (Reference report, uint32_t new_interval) |
Change the Update Interval for the specified report. More... | |
HF::Attributes::IAttribute * | HF::Core::AttributeReporting::create_attribute (uint8_t uid) |
Create an attribute object that can hold the attribute with the given uid . (HF::Core::AttributeReporting::Server *,uint8_t) More... | |
std::ostream & | operator<< (std::ostream &stream, const HF::Core::AttributeReporting::CMD command) |
Convert the given command into a string and write it to the given stream . More... | |
std::ostream & | operator<< (std::ostream &stream, const HF::Core::AttributeReporting::Attributes attribute) |
Convert the given attribute into a string and write it to the given stream . More... | |
This file contains the definitions for the core Attribute Reporting Service in HAN-FUN.
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 attribute_reporting.h.