libFAUDES

Sections

Index

pex_include.h

Go to the documentation of this file.
00001 /** @file pex_include.h Include example plugin headers */
00002 
00003 /*
00004  **************************************************** 
00005  Convenience header file that includes all headers 
00006  relevant to the example plugin, ie "pex_altaccess.h" 
00007  The make system will append an include directive 
00008  for this file to the "allplugins.h" include file.
00009 
00010  (c) your name here 2006
00011  ****************************************************
00012  */
00013 
00014 #ifndef FAUDES_PEX_INCLUDE_H
00015 #define FAUDES_PEX_INCLUDE_H
00016 
00017 #include "pex_altaccess.h"
00018 
00019 // #include "pex_otheralg1.h"
00020 // #include "pex_otheralg2.h"
00021 
00022 #endif
00023 
00024 
00025 /**
00026  
00027 
00028 @defgroup ExamplePlugin Example PlugIn
00029 
00030 
00031 @ingroup AllPlugins
00032 
00033 @section Overview
00034 
00035 
00036 <p>
00037 This example demonstrates the libfaudes plugin mechanism and  
00038 may serve as a template for setting up the file structure when
00039 developping a new plugin. At this point, you may want to give
00040 a short overview on your plugin.
00041 </p>
00042 
00043 @section License
00044 
00045 <p>
00046 The example plugin is distributed with libFAUDES and under the terms of
00047 the LGPL. For a plugin with a different license scheme you should add a note
00048 here.
00049 </p>
00050 
00051 @section Contents
00052 @brief
00053 
00054 
00055 
00056 */

libFAUDES 2.16b --- 2010-9-8 --- c++ source docu by doxygen 1.6.3