LoboMQ
Loading...
Searching...
No Matches
BrokerTopic.cpp File Reference

Go to the source code of this file.

Functions

bool hasWildcardCheck (const char topic[])
 
bool addPeer (const uint8_t *mac)
 
bool removePeer (const uint8_t *mac)
 

Detailed Description

Author
Rubén Gómez Villegas

This file contains the necessary logic to manage objects that represent a topic in the LoboMQ broker.

Definition in file BrokerTopic.cpp.

Function Documentation

◆ addPeer()

bool addPeer ( const uint8_t * mac)

Definition at line 59 of file BrokerTopic.cpp.

◆ hasWildcardCheck()

bool hasWildcardCheck ( const char topic[])

Definition at line 11 of file BrokerTopic.cpp.

◆ removePeer()

bool removePeer ( const uint8_t * mac)

Definition at line 74 of file BrokerTopic.cpp.