Skip to main content

Post-processing tools 2023 R2

test_dvs_client_cxx.cpp File Reference

Last update: 17.04.2023

Test client to exercise the C++ API of the Dynamic Visualization Store API. More...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <stdarg.h>
#include "dvs_client_interface.h"
#include "dvs_server_interface.h"
#include "dynamic_visualization_store_enums.h"
#include "logger.h"
#include "test_dynamic_data.h"
#include <vector>
#include <unistd.h>

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 Main method of test client application. More...
 

Detailed Description

Test client to exercise the C++ API of the Dynamic Visualization Store API.

Version
0.1

Definition in file test_dvs_client_cxx.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Main method of test client application.

Parameters
argcNumber of arguments
argvarguments
Returns
int return value of app (unused)

Definition at line 56 of file test_dvs_client_cxx.cpp.