Public environment type for the stream port.
More...
#include "osal/mem/osal_mem_ops.h"

Go to the source code of this file.
Data Structures | |
| struct | stream_env_t |
Runtime environment for the stream port. More... | |
Typedefs | |
| typedef struct stream_env_t | stream_env_t |
Runtime environment for the stream port. | |
This header exposes the public environment object shared by stream-related services that require injected runtime dependencies.
Definition in file stream_env.h.
| typedef struct stream_env_t stream_env_t |
This structure carries injected runtime dependencies required by the public stream port implementation.
It is typically prepared by the Composition Root and then passed to adapter-side or factory-side services that need access to shared runtime support.