test_dvs_reader.cpp File Reference
Last update: 16.07.2025Test client to exercise the C++ API of the Dynamic Visualization Store Reader API. More...
#include <string.h>#include "include/dvs_query_interface.h"#include "logger_verbose.h"#include <array>#include <chrono>#include <functional>#include <memory>#include <string>#include <thread>#include <vector>#include <cfloat>Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| Main method of test reader application. More... | |
Detailed Description
Test client to exercise the C++ API of the Dynamic Visualization Store Reader API.
Definition in file test_dvs_reader.cpp.
Function Documentation
◆ main()
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Main method of test reader application.
- Parameters
-
argc Number of arguments argv arguments
- Returns
- int return value of app (unused)
Definition at line 93 of file test_dvs_reader.cpp.