#include <cstring>
#include <string>
#include <memory>
#include <cstdint>
#include <vector>
#include <cstdio>
#include <algorithm>
#include <jau/debug.hpp>
#include "BTTypes1.hpp"
#include <inttypes.h>
#include <unistd.h>
Go to the source code of this file.
◆ CASE2_TO_STRING
#define CASE2_TO_STRING |
( |
|
U, |
|
|
|
V |
|
) |
| case U::V: return #V; |
◆ CASE_TO_STRING
#define CASE_TO_STRING |
( |
|
V | ) |
case V: return #V; |
◆ SETTING_ENUM
#define SETTING_ENUM |
( |
|
X | ) |
|
◆ _getAdapterSettingBitStr()
static std::string _getAdapterSettingBitStr |
( |
const AdapterSetting |
settingBit | ) |
|
|
staticnoexcept |