deCONZ C++ API v2.6.1
Loading...
Searching...
No Matches
deconz.h
1#ifndef DECONZ_H
2#define DECONZ_H
3
4/*
5 * Copyright (c) 2012-2023 dresden elektronik ingenieurtechnik gmbh.
6 * All rights reserved.
7 *
8 * The software in this package is published under the terms of the BSD
9 * style license a copy of which has been included with this distribution in
10 * the LICENSE.txt file.
11 *
12 */
13
17#define DECONZ_LIB_VERSION 0x011104
18
19#include <deconz/declspec.h>
20#include <deconz/types.h>
21#include <deconz/aps.h>
22#include <deconz/aps_controller.h>
23#include <deconz/binding_table.h>
24#include <deconz/dbg_trace.h>
25#include <deconz/device_enumerator.h>
26#include <deconz/green_power.h>
27#include <deconz/green_power_controller.h>
28#include <deconz/http_client_handler.h>
29#include <deconz/node.h>
30#include <deconz/node_event.h>
31#include <deconz/node_interface.h>
32#include <deconz/touchlink.h>
33#include <deconz/touchlink_controller.h>
34#include <deconz/timeref.h>
35#include <deconz/util.h>
36#include <deconz/u_rand32.h>
37#include <deconz/u_library.h>
38#include <deconz/zcl.h>
39#include <deconz/zdp_profile.h>
40#include <deconz/zdp_descriptors.h>
41#include <deconz/qhttprequest_compat.h>
42
43#endif // DECONZ_H
Declaration of the most common deCONZ library types.
Utility functions and classes for various purposes.