#include <indexedfilewriter_v201_v301.h>
|
| virtual void | onChunkDropped (uint64_t index, uint16_t stream_id, uint16_t flags, timestamp_t time)=0 |
| |
Callback interface that informs about dropped chunks in history mode
◆ onChunkDropped()
| virtual void ifhd::v201_v301::IndexedFileWriter::ChunkDroppedCallback::onChunkDropped |
( |
uint64_t | index, |
|
|
uint16_t | stream_id, |
|
|
uint16_t | flags, |
|
|
timestamp_t | time ) |
|
pure virtual |
Called whenever a chunk is dropped from the history.
- Parameters
-
| index | The chunk index. |
| stream_id | The stream id of the chunk. |
| flags | The Flags of the chunk. |
| time | The timestamp of the chunk. |
The documentation for this class was generated from the following file: