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
22extern "C" {
23#endif
24
25#ifdef DOXYGEN
39#define APP_SHELL_FMT
40#endif
41
48
49#ifdef __cplusplus
50}
51#endif
52
53#endif /* APP_METADATA_H */
void app_metadata_print_json(void)
Prints the application metadata in json.