Struct PoolProperties
Defined in File PoolProperties.hpp
Inheritance Relationships
Base Type
public dai::PropertiesSerializable< Properties, PoolProperties >(Template Struct PropertiesSerializable)
Struct Documentation
-
struct PoolProperties : public dai::PropertiesSerializable<Properties, PoolProperties>
Specify PoolProperties options such as pool uri, pool name, …
Public Functions
-
~PoolProperties() override
Public Members
-
std::optional<int> numMessages = std::nullopt
Number of messages in pool
-
std::optional<std::int64_t> maxMessageSize = std::nullopt
Size of data allocated for each message
-
std::optional<DatatypeEnum> datatype = std::nullopt
Optional datatype of messages in the pool
-
std::optional<ProcessorType> processor = std::nullopt
Which processor should hold the pool
-
~PoolProperties() override