mqtt_cpp
mqtt_client_cpp.hpp
Go to the documentation of this file.
1 // Copyright Takatoshi Kondo 2015
2 //
3 // Distributed under the Boost Software License, Version 1.0.
4 // (See accompanying file LICENSE_1_0.txt or copy at
5 // http://www.boost.org/LICENSE_1_0.txt)
6 
7 #include <mqtt/config.hpp> // should be top to configure boost::variant limit
8 #include <mqtt/client.hpp>
9 #include <mqtt/sync_client.hpp>
10 #include <mqtt/async_client.hpp>
11 #include <mqtt/connect_flags.hpp>
14 #include <mqtt/exception.hpp>
15 #include <mqtt/fixed_header.hpp>
16 #include <mqtt/hexdump.hpp>
17 #include <mqtt/log.hpp>
18 #include <mqtt/publish.hpp>
19 #include <mqtt/setup_log.hpp>
22 #include <mqtt/reason_code.hpp>
23 #include <mqtt/session_present.hpp>
25 #include <mqtt/variant.hpp>
26 #include <mqtt/visitor_util.hpp>
27 #include <mqtt/will.hpp>