pbp_addons.h
Go to the documentation of this file.
1/* @file pbp_addons.h for Python integration */
2
3/*
4FAU Discrete Event Systems Library (libfaudes)
5
6Copyright (C) 2026 Thomas Moor
7
8This library is free software; you can redistribute it and/or
9modify it under the terms of the GNU Lesser General Public
10License as published by the Free Software Foundation; either
11version 2.1 of the License, or (at your option) any later version.
12
13This library is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16Lesser General Public License for more details.
17
18You should have received a copy of the GNU Lesser General Public
19License along with this library; if not, write to the Free Software
20Foundation, 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
30namespace faudes{
31
32// write to pythons sys.stdout
33extern FAUDES_API void faudes_pprint(const char* msg);
34
35// explcit console re-direction
36extern FAUDES_API void faudes_redirect(bool on);
37
38
39}
40#endif
#define FAUDES_API
void faudes_pprint(const char *msg)
void faudes_redirect(bool on)

libFAUDES 2.34d --- 2026.03.11 --- c++ api documentaion by doxygen