hio_include.h
Go to the documentation of this file.
1/** @file hio_include.h Include hiosys plugin headers */
2
3/*
4 ****************************************************
5 Convenience header file that includes all headers
6 relevant to the hiosys plugin. To use the plugin for
7 other projects just include this convenience header.
8
9 (c) Sebastian Perk, Thomas Moor, Klaus Schmidt 2008
10 ****************************************************
11 */
12
13#ifndef FAUDES_HIO_INCLUDE_H
14#define FAUDES_HIO_INCLUDE_H
15
16#include "hio_constraint.h"
17#include "hio_plant.h"
18#include "hio_controller.h"
19#include "hio_environment.h"
20#include "hio_functions.h"
21
22#endif
23
24/**
25
26@defgroup hiosysplugin Hierarchical I/O Systems Plug-In
27
28@ingroup AllPlugins
29
30@section HioOverview Overview
31
32<p>
33This plugin implements data types and functions related to the input-/output
34 (I/O-) based approach to hierarchical control of discrete event systems as
35 introduced in:
36</p>
37
38<p><i>
39S. Perk, Th. Moor and K. Schmidt. Hierarchical discrete event systems
40with inputs and outputs. WODES 2006 - 8th International Workshop on Discrete
41Event Systems, Ann Arbor, USA, 2006.
42</i></p>
43
44<p>
45Examples are provided in the user reference,
46section <a href="../reference/hiosys_index.html">HioSys</a>.
47</p>
48
49@section HioLicense License
50
51<p>
52This plug-in is distributed with libFAUDES and under the terms of the LGPL. <br>
53 <br>
54 Copyright (c) 2009, Thomas Moor, Sebastian Perk, Klaus Schmidt.
55</p>
56
57@section Contents
58
59*/

libFAUDES 2.33k --- 2025.09.16 --- c++ api documentaion by doxygen