![]() |
HAN-FUN API
1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
|
This module contains the classes that implement the Event Scheduling service. More...
Data Structures | |
struct | HF::Core::Scheduling::Event::Interval |
Event Scheduler specific part for the HF::Scheduling::Entry . More... | |
struct | HF::Core::Scheduling::Event::MaximumNumberOfEntries |
Helper class to handle the Maximum Number Of Entries attribute for the Event Scheduling service. More... | |
struct | HF::Core::Scheduling::Event::NumberOfEntries |
Helper class to handle the Number Of Entries attribute for the Event Scheduling service. More... | |
struct | HF::Core::Scheduling::Event::Status |
Helper class to handle the Status attribute for the Event Scheduling service. More... | |
struct | HF::Core::Scheduling::Event::IClient |
Event Scheduling Service : Client side implementation. More... | |
struct | HF::Core::Scheduling::Event::Client |
Scheduling Service : Client side implementation. More... | |
struct | HF::Core::Scheduling::Event::IServer |
Scheduling Service : Server side implementation. More... | |
struct | HF::Core::Scheduling::Event::Server< _Entries > |
Event Scheduling Service : Server side implementation. More... | |
Typedefs | |
typedef Scheduling::Entry< Interval > | HF::Core::Scheduling::Event::Entry |
Specific part for the Event Scheduler of the HF::Scheduling::Entry . | |
typedef Scheduling::GetEntryResponse< Interval > | HF::Core::Scheduling::Event::GetEntryResponse |
Specific part for the Event Scheduler of the HF::Scheduling::GetEntryResponse . | |
typedef Server< Entries< Interval > > | HF::Core::Scheduling::Event::DefaultServer |
Event Scheduling Service : Server side with default persistence implementation. | |
Functions | |
HF::Attributes::IAttribute * | HF::Core::create_attribute (Scheduling::Event::IServer *server, uint8_t uid) |
Create an attribute object that can hold the attribute with the given uid . More... | |
HF::Attributes::IAttribute * | HF::Core::Scheduling::Event::create_attribute (uint8_t uid) |
Create an attribute object that can hold the attribute with the given uid . (HF::Core::Scheduling::Event::IServer *,uint8_t) More... | |
This module contains the classes that implement the Event Scheduling service.
HF::Attributes::IAttribute* HF::Core::create_attribute | ( | Scheduling::Event::IServer * | server, |
uint8_t | uid | ||
) |
Create an attribute object that can hold the attribute with the given uid
.
If server
is not equal to nullptr
then initialize it with the current value.
[in] | server | pointer to the object to read the current value from. |
[in] | uid | attribute's UID to create the attribute object for. |
nullptr
if the attribute UID does not exist.
|
inline |
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::Scheduling::Event::IServer *,uint8_t)
[in] | uid | attribute UID to create the attribute object for. |
pointer | to an attribute object |
<tt>nullptr</tt> | if the attribute UID does not exist. |
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::Scheduling::Event::IServer *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::DeviceManagement::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::DeviceInformation::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::BindManagement::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::BatchProgramManagement::IServer *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::AttributeReporting::Server *,uint8_t)
[in] | uid | attribute UID to create the attribute object for. |
nullptr
if the attribute UID does not exist.Create an attribute object that can hold the attribute with the given uid
. (HF::Core::Scheduling::Event::IServer *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::DeviceManagement::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::DeviceInformation::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::BindManagement::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::BatchProgramManagement::IServer *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::AttributeReporting::Server *,uint8_t)
[in] | uid | attribute UID to create the attribute object for. |
pointer | to an attribute object |
<tt>nullptr</tt> | if the attribute UID does not exist. |
Definition at line 108 of file simple_humidity.h.