Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
result_output_types.h
1
/*
2
* Copyright (C) 2021 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
#pragma once
10
11
#include "
kernel_defines.h
"
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
22
#ifndef CONFIG_TURO_JSON_WHITESPACE_AFTER_SYMBOL
23
#define CONFIG_TURO_JSON_WHITESPACE_AFTER_SYMBOL 1
24
#endif
25
30
typedef
enum
{
31
TURO_STATE_READY,
32
TURO_STATE_NEED_COMMA,
33
} turo_state_t;
35
40
struct
turo
{
41
turo_state_t
state
;
42
};
43
44
#ifdef __cplusplus
45
}
46
#endif
kernel_defines.h
Common macros and compiler attributes/pragmas configuration.
turo
turo type
Definition
result_output_types.h:36
turo::state
turo_state_t state
current state
Definition
result_output_types.h:41
Generated on Thu Jul 3 2025 17:41:22 by
1.13.2