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