|
VLink 2.0.0
A high-performance communication middleware
|
Concrete BagReader implementation for the SQLite-backed VLink bag format. More...
Go to the source code of this file.
Classes | |
| class | vlink::DatabaseReader |
| Concrete SQLite-backed bag file player. More... | |
Namespaces | |
| namespace | vlink |
Concrete BagReader implementation for the SQLite-backed VLink bag format.
DatabaseReader reads bag files in the SQLite-backed .vdb format and inherits all playback, seeking, fix, and reindex capabilities from BagReader.
The .vdb format stores messages in a structured SQLite database, enabling efficient random-access queries, indexed playback, and in-place repair with fix().