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

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, PlanemapPlanesTy
 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...
 

Detailed Description

The Plane class represents, guess what, a plane.

Author
Birger Hoppe

Typedef Documentation

◆ mapPlanesTy

typedef std::map<XPMPPlaneID,Plane> mapPlanesTy

Type of the map that stores and owns the plane objects.

Function Documentation

◆ PlaneMaintenance()

void PlaneMaintenance ( )

Regular updates from flight data.

◆ PlaneShutdown()

void PlaneShutdown ( )

Shutdown the plane module.

◆ PlaneStartup()

bool PlaneStartup ( )

Initialie the Plane module.