#include "dump1090.h"#include <stdio.h>#include <string.h>#include <stdlib.h>#include <pthread.h>#include <stdint.h>#include <errno.h>#include <unistd.h>#include <math.h>#include <sys/time.h>#include <sys/timeb.h>#include <signal.h>#include <fcntl.h>#include <ctype.h>#include <sys/stat.h>#include "rtl-sdr.h"#include "anet.h"Go to the source code of this file.
Macros | |
| #define | NOTUSED(V) ((void) V) |
| #define | VIEW1090_NET_OUTPUT_IP_ADDRESS "127.0.0.1" |
Variables | |
| struct { | |
| char net_input_beast_ipaddr [32] | |
| } | View1090 |
Definition at line 62 of file view1090.h.
| #define VIEW1090_NET_OUTPUT_IP_ADDRESS "127.0.0.1" |
Definition at line 60 of file view1090.h.
Referenced by view1090InitConfig().
| char net_input_beast_ipaddr[32] |
Definition at line 69 of file view1090.h.
| struct { ... } View1090 |
Referenced by main(), and view1090InitConfig().