test_dvs_client.c File Reference
Last update: 16.07.2025#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.
Macros | |
| #define | M_PI 3.141592653589793238462643383279502884 |
Functions | |
| int | main (int argc, char **argv) |
Detailed Description
- Version
- 0.1
Definition in file test_dvs_client.c.
Macro Definition Documentation
◆ M_PI
| #define M_PI 3.141592653589793238462643383279502884 |
Definition at line 41 of file test_dvs_client.c.
Function Documentation
◆ main()
| int main | ( | int | argc, |
| char ** | argv ) |
Main method of test client application.
- Parameters
-
argc Number of arguments argv arguments
- Returns
- int return value of app (unused)
Definition at line 56 of file test_dvs_client.c.