HAN-FUN API  1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
event_scheduling.h File Reference

This file contains the definitions for the Event Scheduling service. More...

#include "hanfun/protocol.h"
#include "hanfun/core.h"
#include "hanfun/core/scheduling.h"
+ Include dependency graph for event_scheduling.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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...
 

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::Scheduling
 This namespace contains the implementation of the Scheduling service.
 
 HF::Core::Scheduling::Event
 This namespace contains the implementation of the Event Scheduling service.
 

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::IAttributeHF::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::IAttributeHF::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...
 

Detailed Description

This file contains the definitions for the Event Scheduling service.

Version
1.5.3

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 event_scheduling.h.