ADTF  3.18.2
cIndexedFileWriter::IChunkDroppedCallbackabstract

Callback interface that informs about dropped chunks in history mode. More...

Public Member Functions

virtual tResult OnChunkDropped (tUInt64 nIndex, tUInt16 nStreamId, tUInt16 nFlags, tTimeStamp tmTime)=0
 Called whenever a chunk is dropped from the history. More...
 

Detailed Description

Callback interface that informs about dropped chunks in history mode.

Definition at line 56 of file indexedfilewriter.h.

Member Function Documentation

◆ OnChunkDropped()

virtual tResult OnChunkDropped ( tUInt64  nIndex,
tUInt16  nStreamId,
tUInt16  nFlags,
tTimeStamp  tmTime 
)
pure virtual

Called whenever a chunk is dropped from the history.

Parameters
[in]nIndexThe chunk index.
[in]nStreamIdThe stream id of the chunk.
[in]nFlagsThe Flags of the chunk.
[in]tmTimeThe timestamp of the chunk.
Returns
Will be forwarded by WriteChunk.