Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
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
18
#ifndef APP_METADATA_H
19
#define APP_METADATA_H
20
21
#ifdef __cplusplus
22
extern
"C"
{
23
#endif
24
25
#ifdef DOXYGEN
39
#define APP_SHELL_FMT
40
#endif
41
47
void
app_metadata_print_json
(
void
);
48
49
#ifdef __cplusplus
50
}
51
#endif
52
53
#endif
/* APP_METADATA_H */
app_metadata_print_json
void app_metadata_print_json(void)
Prints the application metadata in json.
Generated on Sat Nov 23 2024 01:58:07 by
1.9.8