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
"
22
#include "
senml/senml_simplepack.h
"
23
#include "
senml/senml_pack_t.h
"
24
#include "
senml/senml_int_pack.h
"
25
#include "
senml/senml_double_pack.h
"
26
27
#include "
senml/record/senml_record.h
"
28
#include "
senml/record/senml_record_t.h
"
29
#include "
senml/record/senml_binary_record.h
"
30
#include "
senml/record/senml_bool_record.h
"
31
#include "
senml/record/senml_double_record.h
"
32
#include "
senml/record/senml_float_record.h
"
33
#include "
senml/record/senml_half_float_record.h
"
34
#include "
senml/record/senml_int_record.h
"
35
#include "
senml/record/senml_string_record.h
"
36
37
#include "
senml/actuator/senml_binary_actuator.h
"
38
#include "
senml/actuator/senml_bool_actuator.h
"
39
#include "
senml/actuator/senml_double_actuator.h
"
40
#include "
senml/actuator/senml_float_actuator.h
"
41
#include "
senml/actuator/senml_half_float_actuator.h
"
42
#include "
senml/actuator/senml_int_actuator.h
"
43
#include "
senml/actuator/senml_string_actuator.h
"
44
45
#include "
cbor/cbor.h
"
46
47
48
#endif
// THINGSML
49
50
51
52
53
54
55
cbor.h
senml_base.h
senml_binary_actuator.h
senml_binary_record.h
senml_bool_actuator.h
senml_bool_record.h
senml_double_actuator.h
senml_double_pack.h
senml_double_record.h
senml_enums.h
senml_float_actuator.h
senml_float_record.h
senml_half_float_actuator.h
senml_half_float_record.h
senml_int_actuator.h
senml_int_pack.h
senml_int_record.h
senml_logging.h
senml_pack.h
senml_pack_t.h
senml_record.h
senml_record_t.h
senml_simplepack.h
senml_string_actuator.h
senml_string_record.h
src
thingsml.h
Generated by
1.9.3