Types used by the fs_stream Composition Root API.
More...
#include "stream/adapters/stream_env.h"#include "osal/file/osal_file_ops.h"#include "osal/file/osal_file_env.h"#include "policy/lexleo_cstd_types.h"

Go to the source code of this file.
Data Structures | |
| struct | fs_stream_cfg_t |
Configuration type for the fs_stream adapter. More... | |
| struct | fs_stream_env_t |
Injected dependencies for the fs_stream adapter. More... | |
| struct | fs_stream_args_t |
| Arguments provided when creating a file-backed stream. More... | |
Typedefs | |
| typedef struct fs_stream_cfg_t | fs_stream_cfg_t |
| typedef struct fs_stream_env_t | fs_stream_env_t |
| typedef struct fs_stream_args_t | fs_stream_args_t |
This header exposes the public configuration, environment, and creation argument types used by the fs_stream adapter CR-facing services.
Definition in file fs_stream_types.h.
| typedef struct fs_stream_args_t fs_stream_args_t |
| typedef struct fs_stream_cfg_t fs_stream_cfg_t |
| typedef struct fs_stream_env_t fs_stream_env_t |