sMQTTBroker
Classes | Macros | Typedefs
sMQTTTopic.h File Reference
#include <string>

Go to the source code of this file.

Classes

class  sMQTTTopic
 
class  sMQTTTopicRetain
 

Macros

#define SINGLE_LEVEL_WILDCARD   "+"
 
#define TOPIC_LEVEL_SEPARATOR   "/"
 
#define MULTI_LEVEL_WILDCARD   "#"
 

Typedefs

typedef std::vector< sMQTTTopic * > sMQTTTopicList
 

Macro Definition Documentation

◆ MULTI_LEVEL_WILDCARD

#define MULTI_LEVEL_WILDCARD   "#"

◆ SINGLE_LEVEL_WILDCARD

#define SINGLE_LEVEL_WILDCARD   "+"

◆ TOPIC_LEVEL_SEPARATOR

#define TOPIC_LEVEL_SEPARATOR   "/"

Typedef Documentation

◆ sMQTTTopicList

typedef std::vector<sMQTTTopic*> sMQTTTopicList