pex_include.h
Go to the documentation of this file.
1 /** @file pex_include.h Include example plugin headers */
2 
3 /*
4  ****************************************************
5  Convenience header file that includes all headers
6  relevant to the example plugin, ie "pex_altaccess.h"
7  The make system will append an include directive
8  for this file to the "allplugins.h" include file.
9 
10  (c) your name here 2006
11  ****************************************************
12  */
13 
14 #ifndef FAUDES_PEX_INCLUDE_H
15 #define FAUDES_PEX_INCLUDE_H
16 
17 #include "pex_altaccess.h"
18 
19 // #include "pex_otheralg1.h"
20 // #include "pex_otheralg2.h"
21 
22 #endif
23 
24 
25 /**
26 
27 
28 @defgroup ExamplePlugin Example PlugIn
29 
30 
31 @ingroup AllPlugins
32 
33 @section Overview
34 
35 
36 <p>
37 This example demonstrates the libfaudes plugin mechanism and
38 may serve as a template for setting up the file structure when
39 developping a new plugin. At this point, you may want to give
40 a short overview on your plugin.
41 </p>
42 
43 @section License
44 
45 <p>
46 The example plugin is distributed with libFAUDES and under the terms of
47 the LGPL. For a plugin with a different license scheme you should add a note
48 here.
49 </p>
50 
51 @section Contents
52 @brief
53 
54 
55 
56 */
Example plugin.

libFAUDES 2.32b --- 2024.03.01 --- c++ api documentaion by doxygen