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 
25 #endif
26 
27 
28 /**
29 
30 @defgroup OmgPlugin Omega Automata Plug-In
31 
32 @ingroup AllPlugins
33 
34 <p>
35 The omega-automata plug-in collects data structures and functions to support
36 supervisory control of non-termination processes.
37 </p>
38 
39 
40 @subsection OmgLicense License
41 
42 <p>
43 The omega-automata plugin is distributed with libFAUDES and under the terms of
44 the LGPL.
45 </p>
46 <p>
47 Copyright (c) 2025 Thomas Moor.
48 </p>
49 
50 
51 */

libFAUDES 2.33h --- 2025.06.18 --- c++ api documentaion by doxygen