aip31068_internal.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2020 Freie Universität Berlin
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v2.1. See the file LICENSE in the top level
6  * directory for more details.
7  */
8 
17 #ifndef AIP31068_INTERNAL_H
18 #define AIP31068_INTERNAL_H
19 
20 #ifdef __cplusplus
21 extern "C"
22 {
23 #endif
24 
28 #define AIP31068_EXECUTION_TIME_MAX (1600U)
29 
34 #define AIP31068_EXECUTION_TIME_DEFAULT (50U)
35 
36 #ifdef __cplusplus
37 }
38 #endif
39 
40 #endif /* AIP31068_INTERNAL_H */
41