LoboMQ
|
#include "LoboMQ/BrokerTopic.h"
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) |
This file contains the necessary logic to manage objects that represent a topic in the LoboMQ broker.
Definition in file BrokerTopic.cpp.
bool addPeer | ( | const uint8_t * | mac | ) |
Definition at line 59 of file BrokerTopic.cpp.
bool hasWildcardCheck | ( | const char | topic[] | ) |
Definition at line 11 of file BrokerTopic.cpp.
bool removePeer | ( | const uint8_t * | mac | ) |
Definition at line 74 of file BrokerTopic.cpp.