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

libFAUDES 2.14g --- 2009-12-3 --- c++ source docu by doxygen 1.5.6