Struct SyncProperties
Defined in File SyncProperties.hpp
Inheritance Relationships
Base Type
public dai::PropertiesSerializable< Properties, SyncProperties >(Template Struct PropertiesSerializable)
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).
-
ProcessorType processor = ProcessorType::LEON_CSS
Which processor should execute the node.
-
~SyncProperties() override