ELEC-C7222
Libraries for ELEC C7222 Course Work
Loading...
Searching...
No Matches
ble_address.hpp File Reference

BLE address wrapper. More...

#include <array>
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <ostream>
Include dependency graph for ble_address.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  c7222::BleAddress
 BLE address container with an associated address type. More...
 

Namespaces

namespace  c7222
 C7222 course abstractions namespace.
 

Functions

std::ostream & c7222::operator<< (std::ostream &os, const BleAddress &addr)
 

Detailed Description

BLE address wrapper.