FG DES
libFAUDES
DESTool
LRT >>
EEI >>
About
User Reference
C++ API
luafaudes
Developer
Links
libFAUDES
C++ API
Sections
Sets
Generators
Functions
PlugIns
Tutorials
Index
Classes
Files
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>
33
This 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>
39
S. Perk, Th. Moor and K. Schmidt. Hierarchical discrete event systems
40
with inputs and outputs. WODES 2006 - 8th International Workshop on Discrete
41
Event Systems, Ann Arbor, USA, 2006.
42
</i></p>
43
44
<p>
45
Examples are provided in the user reference,
46
section <a href="../reference/hiosys_index.html">HioSys</a>.
47
</p>
48
49
@section HioLicense License
50
51
<p>
52
This 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
*/
hio_constraint.h
hio_controller.h
hio_environment.h
hio_functions.h
hio_plant.h
libFAUDES 2.33b
--- 2025.05.07 --- c++ api documentaion by
doxygen
>>
C++ API
Introduction
Sets
Generators
Functions
PlugIns
Tutorials
Classes
Files
Top of Page