KPN Things Device SDK
thingsml.h
Go to the documentation of this file.
1/* _ __ ____ _ _
2 * | |/ / | _ \ | \ | |
3 * | ' / | |_) | | \| |
4 * | . \ | __/ | |\ |
5 * |_|\_\ |_| |_| \_|
6 *
7 * (c) 2020 KPN
8 * License: MIT License.
9 * Author: Joseph Verburg, Jan Bogaerts
10 *
11 * include all header
12 */
13
14
15#ifndef THINGSML
16#define THINGSML
17
18#include "senml/senml_logging.h"
19#include "senml/senml_enums.h"
20#include "senml/senml_base.h"
21#include "senml/senml_pack.h"
23#include "senml/senml_pack_t.h"
26
36
44
45#include "cbor/cbor.h"
46
47
48#endif // THINGSML
49
50
51
52
53
54
55