config.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2017-2018 Freie Universität Berlin
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
29 #ifndef CONFIG_CORD_LT
30 #define CONFIG_CORD_LT (86400UL)
31 #endif
32 
36 #ifndef CONFIG_CORD_UPDATE_INTERVAL
37 #define CONFIG_CORD_UPDATE_INTERVAL ((CONFIG_CORD_LT / 4) * 3)
38 #endif
39 
43 #ifndef CORD_STARTUP_DELAY
44 #define CORD_STARTUP_DELAY (3U)
45 #endif
46 
60 #ifndef CONFIG_CORD_EP
61 #ifdef DOXYGEN
65 #define CONFIG_CORD_EP "MyNewEpName" //defined for doxygen documentation only
66 #endif
67 
73 #define CORD_EP_SUFFIX_LEN (16)
74 
78 #define CORD_EP_PREFIX "RIOT-"
79 #endif
101 #ifdef DOXYGEN
102 #define CONFIG_CORD_EXTRAARGS
103 #endif
104 
105 #ifdef __cplusplus
106 }
107 #endif
108