|
XPPlanes
X-Plane plugin to display additional planes based on network data
|
The Plane class represents, guess what, a plane. More...
Go to the source code of this file.
Classes | |
| class | Plane |
Typedefs | |
| typedef std::map< XPMPPlaneID, Plane > | mapPlanesTy |
| Type of the map that stores and owns the plane objects. More... | |
Functions | |
| bool | PlaneStartup () |
| Initialie the Plane module. More... | |
| void | PlaneShutdown () |
| Shutdown the plane module. More... | |
| void | PlaneMaintenance () |
| Regular updates from flight data. More... | |
The Plane class represents, guess what, a plane.
| typedef std::map<XPMPPlaneID,Plane> mapPlanesTy |
Type of the map that stores and owns the plane objects.
| void PlaneMaintenance | ( | ) |
Regular updates from flight data.
| void PlaneShutdown | ( | ) |
Shutdown the plane module.
| bool PlaneStartup | ( | ) |
Initialie the Plane module.