mqtt_cpp
include
mqtt
type.hpp
Go to the documentation of this file.
1
// Copyright Takatoshi Kondo 2020
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
#if !defined(MQTT_TYPE_HPP)
8
#define MQTT_TYPE_HPP
9
10
#include <cstdint>
11
12
#include <
mqtt/namespace.hpp
>
13
14
namespace
MQTT_NS
{
15
16
using
session_expiry_interval_t
= std::uint32_t;
17
using
topic_alias_t
= std::uint16_t;
18
19
}
// namespace MQTT_NS
20
21
#endif
// MQTT_TYPE_HPP
MQTT_NS
Definition:
any.hpp:27
MQTT_NS::topic_alias_t
std::uint16_t topic_alias_t
Definition:
type.hpp:17
MQTT_NS::session_expiry_interval_t
std::uint32_t session_expiry_interval_t
Definition:
type.hpp:16
namespace.hpp
Generated by
1.9.1