SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
All Classes Files Functions Variables Typedefs Enumerations
Public Attributes | List of all members
SPSP::Nodes::Bridge< TLocalLayer, TFarLayer >::SubDBEntry Struct Reference

Bridge subscribe entry. More...

#include <bridge.hpp>

Public Attributes

std::chrono::milliseconds lifetime
 Lifetime.
 
SPSP::SubscribeCb cb = nullptr
 Callback for incoming data.
 

Detailed Description

template<typename TLocalLayer, typename TFarLayer>
struct SPSP::Nodes::Bridge< TLocalLayer, TFarLayer >::SubDBEntry

Bridge subscribe entry.

Single entry in subscribe database of a bridge.

Empty addresses are treated as local to this node.

Definition at line 96 of file bridge.hpp.


The documentation for this struct was generated from the following file: