omg_include.h
Go to the documentation of this file.
1 /** @file omg_include.h Include omegaaut plug-in headers */
2 
3 /*
4  ****************************************************
5  Convenience header file that includes all headers
6  relevant to the omegaaut plug-in. The build system will
7  append an include directive for this file to
8  the "allplugins.h" include file.
9 
10  (c) Thomas Moor 2025
11  ****************************************************
12  */
13 
14 #ifndef FAUDES_OMG_INCLUDE_H
15 #define FAUDES_OMG_INCLUDE_H
16 
17 #include "omg_rabinacc.h"
18 #include "omg_rabinaut.h"
19 #include "omg_hoa.h"
20 #include "omg_buechifnct.h"
21 #include "omg_buechictrl.h"
22 #include "omg_rabinfnct.h"
23 #include "omg_rabinctrl.h"
24 #include "omg_rabinctrlrk.h"
25 #include "omg_pseudodet.h"
27 
28 #endif
29 
30 
31 /**
32 
33 @defgroup OmgPlugin Omega Automata Plug-In
34 
35 @ingroup AllPlugins
36 
37 <p>
38 The omega-automata plug-in collects data structures and functions to support
39 supervisory control of non-termination processes.
40 </p>
41 
42 
43 @subsection OmgLicense License
44 
45 <p>
46 The omega-automata plugin is distributed with libFAUDES and under the terms of
47 the LGPL.
48 </p>
49 <p>
50 Copyright (c) 2025 Thomas Moor.
51 </p>
52 
53 
54 */

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