|
VLink 2.0.0
A high-performance communication middleware
|
Concrete BagReader implementation for the SQLite-backed VLink bag format. 更多...
类 | |
| class | vlink::DatabaseReader |
| Concrete SQLite-backed bag file player. 更多... | |
命名空间 | |
| 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().