hio_include.h

Go to the documentation of this file.
00001 /** @file hio_include.h Include hiosys plugin headers */
00002 
00003 /*
00004  **************************************************** 
00005  Convenience header file that includes all headers 
00006  relevant to the hiosys plugin. To use the plugin for
00007  other projects just include this convenience header.
00008 
00009  (c) Sebastian Perk, Thomas Moor, Klaus Schmidt 2008
00010  ****************************************************
00011  */
00012 
00013 #ifndef FAUDES_HIO_INCLUDE_H
00014 #define FAUDES_HIO_INCLUDE_H
00015 
00016 #include "hio_constraint.h"
00017 #include "hio_plant.h"
00018 #include "hio_controller.h"
00019 #include "hio_environment.h"
00020 #include "hio_functions.h"
00021 
00022 #endif
00023 
00024 /** 
00025 
00026 @defgroup hiosysplugin Hierarchical I/O Systems PlugIn
00027 
00028 @ingroup AllPlugins
00029 
00030 @section Overview
00031 
00032 <p>
00033 This plugin implements data types and functions related to the input-/output
00034  (I/O-) based approach to hierarchical control of discrete event systems as
00035  introduced in:
00036 </p>
00037 
00038 <p><i>
00039 S. Perk, Th. Moor and K. Schmidt. Hierarchical discrete event systems
00040 with inputs and outputs. WODES 2006 - 8th International Workshop on Discrete
00041 Event Systems, Ann Arbor, USA, 2006.
00042 </i></p>
00043 
00044 <p>
00045 Examples are provided in the user reference, 
00046 section <a href="../reference/hiosys_index.html">HioSys</a>.
00047 </p>
00048 
00049 @section License
00050 
00051 <p>
00052 This plug-in is distributed with libFAUDES and under the terms of the LGPL. <br>
00053  <br>
00054  Copyright (c) 2009, Thomas Moor, Sebastian Perk, Klaus Schmidt.
00055 </p>
00056 
00057 @section Contents
00058 
00059 */

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