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
pbp_addons.h
Go to the documentation of this file.
1
/* @file pbp_addons.h for Python integration */
2
3
/*
4
FAU Discrete Event Systems Library (libfaudes)
5
6
Copyright (C) 2026 Thomas Moor
7
8
This library is free software; you can redistribute it and/or
9
modify it under the terms of the GNU Lesser General Public
10
License as published by the Free Software Foundation; either
11
version 2.1 of the License, or (at your option) any later version.
12
13
This library is distributed in the hope that it will be useful,
14
but WITHOUT ANY WARRANTY; without even the implied warranty of
15
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16
Lesser General Public License for more details.
17
18
You should have received a copy of the GNU Lesser General Public
19
License along with this library; if not, write to the Free Software
20
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
22
*/
23
24
#ifndef FAUDES_PBP_ADDONS_H
25
#define FAUDES_PBP_ADDONS_H
26
27
// incl faude base for FAUDES_API
28
#include "
corefaudes.h
"
29
30
namespace
faudes
{
31
32
// write to pythons sys.stdout
33
extern
FAUDES_API
void
faudes_pprint
(
const
char
* msg);
34
35
// explcit console re-direction
36
extern
FAUDES_API
void
faudes_redirect
(
bool
on);
37
38
39
}
40
#endif
FAUDES_API
#define FAUDES_API
Definition
cfl_platform.h:85
corefaudes.h
faudes
Definition
cfl_agenerator.h:43
faudes::faudes_pprint
void faudes_pprint(const char *msg)
Definition
pbp_addons.cpp:12
faudes::faudes_redirect
void faudes_redirect(bool on)
Definition
pbp_addons.cpp:40
libFAUDES 2.34d
--- 2026.03.11 --- c++ api documentaion by
doxygen
>>
C++ API
Introduction
Sets
Generators
Functions
PlugIns
Tutorials
Classes
Files
Top of Page