XPPlanes
X-Plane plugin to display additional planes based on network data
Listener.h
Go to the documentation of this file.
1 
23 #pragma once
24 
25 //
26 // MARK: Global Functions
27 //
28 
30 bool ListenStartup ();
31 
33 void ListenShutdown ();
bool ListenStartup()
Initialize the module and start the network listener thread, returns success.
Definition: Listener.cpp:177
void ListenShutdown()
Stop the network thread, wait for its shutdown, and cleanup the module.
Definition: Listener.cpp:210