Menge Plugin Examples
A Collection of Example Plugins for the Menge Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Functions
Aircraft.cpp File Reference

Plugin for aircraft loading and unloading. More...

#include "AircraftConfig.h"
#include "AircraftAction.h"
#include "AircraftTransition.h"
#include "PluginEngine.h"

Functions

EXPORT_API const char * getName ()
 Retrieves the name of the plug-in. More...
 
EXPORT_API const char * getDescription ()
 Description of the plug-in. More...
 
EXPORT_API void registerPlugin (PluginEngine *engine)
 Registers the plug-in with the PluginEngine. More...
 

Detailed Description

Plugin for aircraft loading and unloading.

Function Documentation

EXPORT_API const char* getDescription ( )

Description of the plug-in.

Returns
A description of the plugin.
EXPORT_API const char* getName ( )

Retrieves the name of the plug-in.

Returns
The name of the plug in.
EXPORT_API void registerPlugin ( PluginEngine engine)

Registers the plug-in with the PluginEngine.

Parameters
engineA pointer to the plugin engine.