Struct SyncProperties

Inheritance Relationships

Base Type

Struct Documentation

struct SyncProperties : public dai::PropertiesSerializable<Properties, SyncProperties>

Specify properties for Sync.

Public Functions

~SyncProperties() override

Public Members

int64_t syncThresholdNs = 10e6

The maximal interval the messages can be apart in nanoseconds.

int32_t syncAttempts = -1

The number of syncing attempts before fail (num of replaced messages).