Runtime environment for the stream port.
More...
#include <stream_env.h>

Data Fields | |
| const osal_mem_ops_t * | mem |
Memory operations used by the stream port. | |
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.
| 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.