|
libFAUDES
Sections
Index
|
syn_include.hGo 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_functions.h" 00021 00022 #endif 00023 00024 00025 /** 00026 @defgroup SynthesisPlugIn Synthesis Plug-In 00027 @ingroup AllPlugins 00028 00029 <p> 00030 This plug-in implements functions that are related to controllability and normality, 00031 as originally proposed by W.M. Wonham et al in the 1980s. Examples are provided 00032 in the user reference, section <a href="../registry/synthesis_index.html">Synthesis</a>. 00033 </p> 00034 00035 @section SynthesisLicense License 00036 This plug-in is distributed with libFAUDES and under the terms of the LGPL. 00037 <br> 00038 <br> 00039 Copyright (c) 2006, Bernd Opitz 00040 <br> 00041 Copyright (c) 2009, Thomas Moor, Sebastian Perk, Klaus Schmidt. 00042 00043 */ |
libFAUDES 2.18b --- 2010-12-17 --- c++ source docu by doxygen 1.6.3