![]() |
HAN-FUN API
1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
|
This file contains the declaration of the classes that implement the HAN-FUN UIDs. More...
#include "hanfun/common.h"
Go to the source code of this file.
Data Structures | |
struct | HF::UID::UID_T |
API for all UIDs. More... | |
struct | HF::UID::Abstract< _type > |
Helper template parent class for all UID's implementation. More... | |
struct | HF::UID::NONE |
This class represents an empty UID. More... | |
class | HF::UID::ByteArray< _Class, _size, _type > |
Helper template parent class for all UIDs based on fixed number of bytes. More... | |
struct | HF::UID::DECT |
DECT UID class. More... | |
struct | HF::UID::MAC |
IEEE MAC-48b UID class. More... | |
struct | HF::UID::URI |
URI UID class. More... | |
class | HF::UID::UID |
Wrapper around UID_T pointer's. More... | |
Namespaces | |
HF | |
Top-level namespace for the HAN-FUN library. | |
HF::UID | |
This is the top-level namespace for HAN-FUN UIDs. | |
Enumerations | |
enum | HF::UID::Type { HF::UID::NONE_UID = 0x00, HF::UID::DECT_UID = 0x01, HF::UID::MAC_UID = 0x02, HF::UID::URI_UID = 0x03 } |
Types of UIDs available. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &stream, const HF::UID::UID &uid) |
Convert the given uid into a string and write it to the given stream . More... | |
This file contains the declaration of the classes that implement the HAN-FUN UIDs.
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 uids.h.