KPN IoT / senml

Fork of kpn_senml by KPN IoT

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers kpn_senml.h Source File

kpn_senml.h

00001 /*  _  __  ____    _   _ 
00002  * | |/ / |  _ \  | \ | |
00003  * | ' /  | |_) | |  \| |
00004  * | . \  |  __/  | |\  |
00005  * |_|\_\ |_|     |_| \_|
00006  * 
00007  * (c) 2018 KPN
00008  * License: MIT License.
00009  * Author: Jan Bogaerts
00010  * 
00011  * include all header
00012  */
00013 
00014 
00015 #ifndef KML_SENML
00016 #define KML_SENML
00017 
00018 #include <senml_logging.h>
00019 #include <senml_enums.h>
00020 #include <senml_base.h>
00021 #include <senml_record.h>
00022 #include <senml_record_t.h>
00023 #include <senml_pack.h>
00024 #include <senml_pack_t.h>
00025 #include <senml_int_pack.h>
00026 #include <senml_double_pack.h>
00027 #include <senml_binary_record.h>
00028 #include <senml_bool_record.h>
00029 #include <senml_float_record.h>
00030 #include <senml_int_record.h>
00031 #include <senml_string_record.h>
00032 
00033 #include <senml_float_actuator.h>
00034 #include <senml_string_actuator.h>
00035 #include <senml_int_actuator.h>
00036 #include <senml_bool_actuator.h>
00037 #include <senml_binary_actuator.h>
00038 
00039 #include <cbor.h>
00040 
00041 
00042 #endif // KML_SENML
00043 
00044 
00045 
00046 
00047 
00048 
00049 
00050