Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | ppup1090Init (void) |
void | ppup1090InitConfig (void) |
void | showHelp (void) |
void | sigintHandler (int dummy) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 136 of file ppup1090.c.
References ANET_ERR, anetTcpConnect(), client::buflen, RdGeoCeLDFFitter::c, closeCOAA(), decodeBinMessage(), exit, client::fd, fd, interactiveRemoveStaleAircrafts(), Modes, MODES_NET_MAX_FD, modesReadFromClient(), postCOAA(), ppup1090, ppup1090Init(), ppup1090InitConfig(), client::service, showHelp(), and sigintHandler().
void ppup1090Init | ( | void | ) |
Definition at line 70 of file ppup1090.c.
References coaa1090, exit, _coaa1090::fUserLat, _coaa1090::fUserLon, initCOAA(), Modes, MODES_DUMP1090_VERSION, MODES_ICAO_CACHE_LEN, MODES_USER_LATITUDE_DFLT, MODES_USER_LATLON_VALID, MODES_USER_LONGITUDE_DFLT, modesInitErrorInfo(), STR, _coaa1090::strAuthCode, _coaa1090::strRegNo, and _coaa1090::strVersion.
Referenced by main().
void ppup1090InitConfig | ( | void | ) |
Definition at line 43 of file ppup1090.c.
References exit, Modes, MODES_INTERACTIVE_DELETE_TTL, MODES_INTERACTIVE_DISPLAY_TTL, MODES_NET_OUTPUT_BEAST_PORT, MODES_USER_LATITUDE_DFLT, MODES_USER_LONGITUDE_DFLT, openCOAA(), ppup1090, and PPUP1090_NET_OUTPUT_IP_ADDRESS.
Referenced by main().
void showHelp | ( | void | ) |
Definition at line 122 of file ppup1090.c.
References MODES_DUMP1090_VERSION.
void sigintHandler | ( | int | dummy | ) |
Definition at line 35 of file ppup1090.c.