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

This file contains the definitions for the RSSI interface. More...

#include "hanfun/protocol.h"
#include "hanfun/core.h"
+ Include dependency graph for rssi.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::RSSI::Value
 Helper class to handle the RSSI attribute for the RSSI interface. More...
 
struct  HF::Core::RSSI::Base
 RSSI Interfaces::Interface : Parent. More...
 
class  HF::Core::RSSI::Server
 RSSI Interfaces::Interface : Server side implementation. More...
 
struct  HF::Core::RSSI::Client
 RSSI 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::RSSI
 This namespace contains the implementation of the RSSI interface.
 

Enumerations

enum  HF::Core::RSSI::Attributes { HF::Core::RSSI::RSSI_ATTR = 1 }
 Attributes. More...
 

Functions

HF::Attributes::IAttributeHF::Core::create_attribute (RSSI::Server *server, uint8_t uid)
 Create an attribute object that can hold the attribute with the given uid. More...
 
HF::Attributes::IAttributeHF::Core::RSSI::create_attribute (uint8_t uid)
 Create an attribute object that can hold the attribute with the given uid. (HF::Interfaces::RSSI::Server *,uint8_t) More...
 
std::ostream & operator<< (std::ostream &stream, const HF::Core::RSSI::Attributes attribute)
 Convert the given attribute into a string and write it to the given stream. More...
 

Detailed Description

This file contains the definitions for the RSSI interface.

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