![]() |
Menge Plugin Examples
A Collection of Example Plugins for the Menge Framework
|
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... | |
Plugin for aircraft loading and unloading.
EXPORT_API const char* getDescription | ( | ) |
Description of the plug-in.
EXPORT_API const char* getName | ( | ) |
Retrieves the name of the plug-in.
EXPORT_API void registerPlugin | ( | PluginEngine * | engine | ) |
Registers the plug-in with the PluginEngine.
engine | A pointer to the plugin engine. |