#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"
#include <netdb.h>
Go to the source code of this file.
Classes | |
struct | _coaa1090 |
Macros | |
#define | NOTUSED(V) ((void) V) |
#define | PPUP1090_NET_OUTPUT_IP_ADDRESS "127.0.0.1" |
#define | STR(x) STR_HELPER(x) |
#define | STR_HELPER(x) #x |
Functions | |
int | closeCOAA (void) |
int | initCOAA (struct _coaa1090 coaa1090) |
int | openCOAA (void) |
void | postCOAA (void) |
Variables | |
struct _coaa1090 | coaa1090 |
struct { | |
char net_input_beast_ipaddr [32] | |
int quiet | |
} | ppup1090 |
Definition at line 63 of file ppup1090.h.
Referenced by sigintHandler().
#define PPUP1090_NET_OUTPUT_IP_ADDRESS "127.0.0.1" |
Definition at line 61 of file ppup1090.h.
Referenced by ppup1090InitConfig().
#define STR | ( | x | ) | STR_HELPER(x) |
Definition at line 66 of file ppup1090.h.
Referenced by ppup1090Init().
#define STR_HELPER | ( | x | ) | #x |
Definition at line 65 of file ppup1090.h.
int closeCOAA | ( | void | ) |
Referenced by main().
int initCOAA | ( | struct _coaa1090 | coaa1090 | ) |
Referenced by ppup1090Init().
int openCOAA | ( | void | ) |
Referenced by ppup1090InitConfig().
void postCOAA | ( | void | ) |
Referenced by main().
struct _coaa1090 coaa1090 |
Referenced by ppup1090Init().
char net_input_beast_ipaddr[32] |
Definition at line 74 of file ppup1090.h.
struct { ... } ppup1090 |
Referenced by main(), and ppup1090InitConfig().
int quiet |
Definition at line 72 of file ppup1090.h.