#include <SyncProperties.hpp>
Public Attributes | |
int32_t | syncAttempts = -1 |
uint64_t | syncThresholdNs = 10e6 |
Additional Inherited Members | |
![]() | |
virtual std::unique_ptr< Properties > | clone () const override |
virtual void | serialize (std::vector< std::uint8_t > &data, SerializationType type=SerializationType::LIBNOP) const override |
![]() | |
virtual std::unique_ptr< Properties > | clone () const =0 |
virtual | ~Properties ()=default |
Specify properties for Sync.
Definition at line 10 of file SyncProperties.hpp.
int32_t dai::SyncProperties::syncAttempts = -1 |
The number of syncing attempts before fail (num of replaced messages).
Definition at line 19 of file SyncProperties.hpp.
uint64_t dai::SyncProperties::syncThresholdNs = 10e6 |
The maximal interval the messages can be apart in nanoseconds.
Definition at line 14 of file SyncProperties.hpp.