#include <stdio.h>
#include <netdb.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <sys/select.h>
#include "vfer_tests.h"
#include "vfer_api.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| vfer_fd | connect_skt |
| int | frame_size |
| int | ms_interval |
| int | num_frames |
| int | port |
Definition in file vfer_test_client.c.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 39 of file vfer_test_client.c.
Definition at line 30 of file vfer_test_client.c.
| int frame_size |
Definition at line 33 of file vfer_test_client.c.
| int ms_interval |
Definition at line 34 of file vfer_test_client.c.
| int num_frames |
Definition at line 32 of file vfer_test_client.c.
| int port |
Definition at line 31 of file vfer_test_client.c.
1.4.7