![]() |
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 Batch Program Management interface. More...
#include "hanfun/protocol.h"
#include "hanfun/core.h"
#include <string>
#include <map>
#include <forward_list>
Go to the source code of this file.
Data Structures | |
struct | HF::Core::BatchProgramManagement::MaximumNumberOfEntries |
Helper class to handle the Maximum Number Of Entries attribute for the Batch Program Management interface. More... | |
struct | HF::Core::BatchProgramManagement::NumberOfEntries |
Helper class to handle the Number Of Entries attribute for the Batch Program Management interface. More... | |
struct | HF::Core::BatchProgramManagement::IEntries |
Batch Program Management - Persistent Storage API. More... | |
struct | HF::Core::BatchProgramManagement::Entries |
Default implementation of the persistence API. More... | |
struct | HF::Core::BatchProgramManagement::Base |
Batch Program Management Interfaces::Interface : Parent. More... | |
class | HF::Core::BatchProgramManagement::IServer |
Batch Program Management Interfaces::Interface : Server side implementation. More... | |
class | HF::Core::BatchProgramManagement::Server< _Entries > |
Helper template to declare a Batch Program server with custom entries backend. More... | |
struct | HF::Core::BatchProgramManagement::Client |
Batch Program Management Interfaces::Interface : Client 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::BatchProgramManagement | |
This namespace contains the implementation of the Batch Program Management interface. | |
Typedefs | |
typedef Server | HF::Core::BatchProgramManagement::DefaultServer |
Helper typedef. | |
Functions | |
HF::Attributes::IAttribute * | HF::Core::create_attribute (BatchProgramManagement::IServer *server, uint8_t uid) |
Create an attribute object that can hold the attribute with the given uid . More... | |
HF::Attributes::IAttribute * | HF::Core::BatchProgramManagement::create_attribute (uint8_t uid) |
Create an attribute object that can hold the attribute with the given uid . (HF::Core::BatchProgramManagement::IServer *,uint8_t) More... | |
std::ostream & | operator<< (std::ostream &stream, const HF::Core::BatchProgramManagement::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::BatchProgramManagement::Attributes attribute) |
Convert the given attribute into a string and write it to the given stream . More... | |
This file contains the definitions for the Batch Program Management 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 batch_program_management.h.