Struct PoolProperties

Inheritance Relationships

Base Type

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