HAN-FUN API  1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
apps Directory Reference
+ Directory dependency graph for apps:

Files

file  application.h [code]
 This file contains the definitions for the HAN-FUN example applications.
 
file  base.cpp [code]
 This file contains the implementation of the Base class that represents the HAN-FUN Concentrator on the base example application.
 
file  base.h [code]
 This file contains the definition of the Base class that represents the HAN-FUN Concentrator on the application.
 
file  base_app.cpp [code]
 This file contains an example for a HAN-FUN base application.
 
file  common.cpp [code]
 This file contains the implementation of the common functionality for the HAN-FUN example application.
 
file  apps/common.h [code]
 This file contains the definitions for the common functionality in the HAN-FUN example applications.
 
file  example_01.cpp [code]
 This file contains an example demonstrating basic registration.
 
file  example_02.cpp [code]
 This file contains an example demonstrating registration event handling.
 
file  example_03.cpp [code]
 This file contains an usage example of the Alert interface.
 
file  example_04.cpp [code]
 This file contains an usage example of the On-Off interface.
 
file  example_05.cpp [code]
 This file contains an example use of the Level control interface.
 
file  example_06.cpp [code]
 This file contains an example demonstrating how to read a custom attribute from the device information service.
 
file  example_07.cpp [code]
 This file contains an example usage of the Attribute reporting service.
 
file  example_08.cpp [code]
 This file contains an example demonstrating the catch all bind management functionality.
 
file  localloop.h [code]
 This file contains an implementation of a HAN-FUN transport layer to be used in the example applications.
 
file  main.cpp [code]
 This file contains the implementation of the main entry point for the HAN-FUN example applications.
 
file  node.cpp [code]
 This file contains the implementation of the Node class that represents the HAN-FUN Node on the example application.
 
file  node.h [code]
 This file contains the definition of the Node class that represents the HAN-FUN Node on the application.
 
file  node_app.cpp [code]
 This file contains the implementation of the example application for a HAN-FUN Node.
 
file  transport.cpp [code]
 This file contains the implementation of the a HAN-FUN transport layer over the libuv library.
 
file  apps/transport.h [code]
 This file contains the declarations of the transport layer over libuv.