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

Configuration for stream_factory_t. More...

#include <stream_factory_cr_api.h>

Data Fields

size_t fact_cap
 

Detailed Description

This structure defines the public configuration values required to create a stream factory.

Definition at line 54 of file stream_factory_cr_api.h.

Field Documentation

◆ fact_cap

size_t stream_factory_cfg_t::fact_cap

Maximum number of adapter descriptors that can be registered.

Definition at line 56 of file stream_factory_cr_api.h.