LexLeo
0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
stream_env.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-3.0-or-later
2
* Copyright (C) 2026 Sylvain Labopin
3
*/
4
15
#ifndef LEXLEO_STREAM_ENV_H
16
#define LEXLEO_STREAM_ENV_H
17
18
#include "
osal/mem/osal_mem_ops.h
"
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
23
35
typedef
struct
stream_env_t
{
43
const
osal_mem_ops_t
*
mem
;
44
}
stream_env_t
;
45
46
#ifdef __cplusplus
47
}
48
#endif
49
50
#endif
// LEXLEO_STREAM_ENV_H
osal_mem_ops.h
osal_mem_ops_t
Definition
osal_mem_ops.h:12
stream_env_t
Runtime environment for the stream port.
Definition
stream_env.h:35
stream_env_t::mem
const osal_mem_ops_t * mem
Memory operations used by the stream port.
Definition
stream_env.h:43
src
foundation
stream
port
include
stream
adapters
stream_env.h
Generated by
1.9.8