About
User Reference
C++ API
luafaudes
Developer
Links
libFAUDES online
libFAUDES

Sections

Index

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

libFAUDES 2.20s --- 2011.10.12 --- c++ source docu by doxygen