syn_include.h
Go to the documentation of this file.
1 /** @file syn_include.h
2 Includes all header files of the synthesis plug-in.
3 */
4 
5 /*
6  ****************************************************
7  Convenience header file that includes all headers
8  relevant to the synthesis plug-in. When the plugin is
9  enabled, libfaudes.h will include this file automatically.
10  ****************************************************
11 */
12 
13 
14 #ifndef SYN_INCLUDE_H
15 #define SYN_INCLUDE_H
16 
17 #include "syn_supcon.h"
18 #include "syn_supnorm.h"
19 #include "syn_wsupcon.h"
20 #include "syn_tsupcon.h"
21 #include "syn_functions.h"
22 #include "syn_sscon.h"
23 #include "syn_supreduce.h"
24 
25 #endif
26 
27 
28 /**
29 @defgroup SynthesisPlugIn Synthesis Plug-In
30 @ingroup AllPlugins
31 
32 <p>
33 This plug-in implements functions that are related to controllability and normality,
34 as originally proposed by W.M. Wonham et al in the 1980s and selected extensions thereof.
35 Examples are provided in the user reference,
36 section <a href="../reference/synthesis_index.html">Synthesis</a>.
37 </p>
38 
39 @section SynthesisLicense License
40 This plug-in is distributed with libFAUDES and under the terms of the LGPL.
41 <br>
42 <br>
43 Copyright (c) 2006, Bernd Opitz
44 <br>
45 Copyright (c) 2009, Thomas Moor, Sebastian Perk, Klaus Schmidt.
46 <br>
47 Copyright (c) 2010 - 2014, Thomas Moor.
48 
49 */

libFAUDES 2.26g --- 2015.08.17 --- c++ api documentaion by doxygen