app_metadata.h
1 /*
2  * Copyright (C) 2019 HAW Hamburg
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 
9 
19 #ifndef APP_METADATA_H
20 #define APP_METADATA_H
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
26 #ifdef DOXYGEN
27 
40 #define APP_SHELL_FMT
41 #endif
42 
48 void app_metadata_print_json(void);
49 
50 #ifdef __cplusplus
51 }
52 #endif
53 
54 #endif /* APP_METADATA_H */
55 
app_metadata_print_json
void app_metadata_print_json(void)
Prints the application metadata in json.