Skip to main content

Post-processing tools 2023 R2

test_dvs_reader.cpp File Reference

Last update: 17.04.2023

Test 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
argcNumber of arguments
argvarguments
Returns
int return value of app (unused)

Definition at line 93 of file test_dvs_reader.cpp.