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

Plugin for orca pedestrian. More...

#include "KaramouzasConfig.h"
#include "KaramouzasDBEntry.h"
#include "PluginEngine.h"

Functions

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

Detailed Description

Plugin for orca pedestrian.

Function Documentation

KARAMOUZAS_API const char* getDescription ( )

Description of the plug-in.

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

Retrieves the name of the plug-in.

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

Registers the plug-in with the PluginEngine.

Parameters
engineA pointer to the plugin engine.