XPPlanes
X-Plane plugin to display additional planes based on network data
Functions
Listener.h File Reference

UDP receiver thread. More...

Go to the source code of this file.

Functions

bool ListenStartup ()
 Initialize the module and start the network listener thread, returns success. More...
 
void ListenShutdown ()
 Stop the network thread, wait for its shutdown, and cleanup the module. More...
 

Detailed Description

UDP receiver thread.

Receives flight data from UDP messages and stores the data in a map of lists of flight data objects

Author
Birger Hoppe

Function Documentation

◆ ListenShutdown()

void ListenShutdown ( )

Stop the network thread, wait for its shutdown, and cleanup the module.

◆ ListenStartup()

bool ListenStartup ( )

Initialize the module and start the network listener thread, returns success.