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

This file contains the definitions for the HAN-FUN example applications. More...

#include "hanfun.h"
#include "hanfun/debug.h"
+ Include dependency graph for application.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 HF
 Top-level namespace for the HAN-FUN library.
 
 HF::Application
 This namespace contains the declaration of the functions that implement the HAN-FUN example applications.
 

Functions

void HF::Application::Initialize (HF::Transport::Layer &transport)
 Initialize the application. More...
 
bool HF::Application::Handle (std::string command)
 Handle the command. More...
 
void HF::Application::Save ()
 Save application configuration.
 
void HF::Application::Saved ()
 Callback indicating that the application configuration has been saved.
 
void HF::Application::Restore ()
 Restore application configuration.
 
void HF::Application::Restored ()
 Callback indicating that the application configuration has been restored.
 

Detailed Description

This file contains the definitions for the HAN-FUN example applications.

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