Skip to main content

Post-processing tools 2023 R2

test_dvs_client.c 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 "dynamic_visualization_store_api.h"
#include "dynamic_visualization_store_enums.h"
#include "test_dynamic_data.h"
#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.c.

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 52 of file test_dvs_client.c.