Paho C++  1.0
The Paho MQTT C++ Client Library
 All Classes Files Functions Variables Typedefs Friends
async_client.h File Reference

Declaration of MQTT async_client class. More...

#include "MQTTAsync.h"
#include "mqtt/types.h"
#include "mqtt/token.h"
#include "mqtt/string_collection.h"
#include "mqtt/delivery_token.h"
#include "mqtt/iclient_persistence.h"
#include "mqtt/iaction_listener.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 <stdexcept>

Go to the source code of this file.

Classes

class  mqtt::async_client
 Lightweight client for talking to an MQTT server using non-blocking methods that allow an operation to run in the background. More...
 

Typedefs

using mqtt::async_client_ptr = async_client::ptr_t
 Smart/shared pointer to an asynchronous MQTT client object.
 

Functions

const string mqtt::VERSION_STR ("Paho MQTT C++ (mqttpp) v. 0.9")
 The version string for the client library.
 
const string mqtt::COPYRIGHT ("Copyright (c) 2013-2017 Frank Pagliughi")
 Copyright notice for the client library.
 

Variables

const uint32_t mqtt::VERSION = 0x00090000
 The version number for the client library. More...
 

Detailed Description

Declaration of MQTT async_client class.

Date
May 1, 2013
Author
Frank Pagliughi