LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
stream_env_t Struct Reference

Runtime environment for the stream port. More...

#include <stream_env.h>

Collaboration diagram for stream_env_t:

Data Fields

const osal_mem_ops_tmem
 Memory operations used by the stream port.
 

Detailed Description

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.

Definition at line 35 of file stream_env.h.

Field Documentation

◆ mem

const osal_mem_ops_t* stream_env_t::mem

This dependency provides the allocation services used to create and destroy public stream_t-related runtime objects.

Definition at line 43 of file stream_env.h.