Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ WriterConfig()

DataStorm::WriterConfig::WriterConfig ( std::optional< int > sampleCount = std::nullopt,
std::optional< int > sampleLifetime = std::nullopt,
std::optional< ClearHistoryPolicy > clearHistory = std::nullopt,
std::optional< int > priority = std::nullopt )
inlinenoexcept

Constructs a WriterConfig object.

Parameters
sampleCountThe optional sample count.
sampleLifetimeThe optional sample lifetime.
clearHistoryThe optional clear history policy.
priorityThe writer priority.

Definition at line 125 of file Types.h.