31#ifndef DW_FRAMEWORK_ILOCKSTEP_SYNC_CLIENT_HPP_
32#define DW_FRAMEWORK_ILOCKSTEP_SYNC_CLIENT_HPP_
34#include <dw/core/base/Types.h>
virtual bool postProcessData(LockstepSyncDataStatus &result, const LockstepSyncHeader &header)=0
virtual void sendDataHeader(const LockstepSyncHeader &header)=0
virtual ILockstepSyncClientProducer & getProducer()=0
Return the producer specific interface for the lockstep sync client.
virtual void sendNextTimestamp()=0
Send the next running timestamp of the consumer/producer to the receiving client.
virtual dwTime_t getTimeoutUs() const =0
Return the blocking timeout used to read data.
virtual ILockstepSyncClientConsumer & getConsumer()=0
Return the consumer specific interface for the lockstep sync client.
virtual ~ILockstepSyncClient()=default
virtual void setIterationCount(uint32_t iterationCount)=0
virtual void sendTeardownMessage()=0
Send a teardown message to unblock the receiving client.
virtual bool wait()=0
Wait for the consumer or producer to be ready to receive data. This call blocks until the caller is r...
@ LOCKSTEP_SYNC_ADVANCE_PKT
An advance packet with the next running timestamp of the client.
@ LOCKSTEP_SYNC_UNBLOCK
A control packet unblocking the client.
@ LOCKSTEP_SYNC_DATA_HEADER
A data header packet corresponding to data sent by the producer.
LookstepSyncMessageType type
@ DATA_DROP
Data is to be dropped by the client.
@ DATA_NOT_READY
Data is not ready to be consumed by the client.
@ DATA_CONSUME
Data is ready to be consumed by the client.