syn_include.h

Go to the documentation of this file.
00001 /** @file syn_include.h
00002 Includes all header files of the synthesis plug-in.
00003 */
00004   
00005 /*
00006  **************************************************** 
00007  Convenience header file that includes all headers 
00008  relevant to the synthesis plug-in. When the plugin is
00009  enabled, libfaudes.h will include this file automatically.
00010  ****************************************************
00011 */
00012 
00013 
00014 #ifndef SYN_INCLUDE_H
00015 #define SYN_INCLUDE_H
00016 
00017 #include "syn_supcon.h"
00018 #include "syn_supnorm.h"
00019 #include "syn_wsupcon.h"
00020 #include "syn_tsupcon.h"
00021 #include "syn_functions.h"
00022 #include "syn_supreduce.h"
00023 
00024 #endif
00025 
00026 
00027 /**
00028 @defgroup SynthesisPlugIn Synthesis Plug-In 
00029 @ingroup AllPlugins
00030 
00031 <p>
00032 This plug-in implements functions that are related to controllability and normality,
00033 as originally proposed by W.M. Wonham et al in the 1980s. Examples are provided
00034 in the user reference, section <a href="../reference/synthesis_index.html">Synthesis</a>.
00035 </p>
00036 
00037 @section SynthesisLicense License
00038 This plug-in is distributed with libFAUDES and under the terms of the LGPL.
00039 <br>
00040 <br>
00041 Copyright (c) 2006, Bernd Opitz
00042 <br>
00043 Copyright (c) 2009, Thomas Moor, Sebastian Perk, Klaus Schmidt.
00044 <br>
00045 Copyright (c) 2010, 2011, Thomas Moor.
00046 
00047 */

libFAUDES 2.23h --- 2014.04.03 --- c++ api documentaion by doxygen