![]() |
paho-mqtt-cpp
MQTT C++ Client for POSIX and Windows
|
#include "MQTTAsync.h"
#include "mqtt/types.h"
#include "mqtt/token.h"
#include "mqtt/create_options.h"
#include "mqtt/string_collection.h"
#include "mqtt/delivery_token.h"
#include "mqtt/iclient_persistence.h"
#include "mqtt/iaction_listener.h"
#include "mqtt/properties.h"
#include "mqtt/exception.h"
#include "mqtt/message.h"
#include "mqtt/callback.h"
#include "mqtt/thread_queue.h"
#include "mqtt/iasync_client.h"
#include <vector>
#include <list>
#include <memory>
#include <tuple>
#include <functional>
#include <stdexcept>
Go to the source code of this file.
Data Structures | |
class | mqtt::async_client |
Namespaces | |
mqtt | |
Typedefs | |
using | mqtt::async_client_ptr = async_client::ptr_t |
Functions | |
const string | mqtt::VERSION_STR ("Paho MQTT C++ (mqttpp) v. 1.3.2") |
const string | mqtt::COPYRIGHT ("Copyright (c) 2013-2023 Frank Pagliughi") |
Variables | |
const uint32_t | mqtt::VERSION = 0x01030002 |
Declaration of MQTT async_client class