|
Documentation for OpenFLUID
2.2.0
|
#include <openfluid/dllexport.hpp>#include <openfluid/ware/PluggableWare.hpp>#include <openfluid/base/SimulationLogger.hpp>#include <openfluid/ware/WareException.hpp>#include <openfluid/base/SimulationStatus.hpp>#include <openfluid/base/FrameworkException.hpp>
Go to the source code of this file.
Classes | |
| class | openfluid::ware::SimulationDrivenWare |
Namespaces | |
| openfluid | |
| openfluid::ware | |
Macros | |
| #define | REQUIRE_SIMULATION_STAGE(stage, msg) |
| #define | REQUIRE_SIMULATION_STAGE_GE(stage, msg) |
| #define | REQUIRE_SIMULATION_STAGE_LE(stage, msg) |
| #define | _STREAMTOSTRING(_stream) |
| #define | OPENFLUID_LogWarning(_stream) |
| #define | OPENFLUID_DisplayWarning(_stream) |
| #define | OPENFLUID_LogAndDisplayWarning(_stream) |
| #define | OPENFLUID_LogInfo(_stream) |
| #define | OPENFLUID_DisplayInfo(_stream) |
| #define | OPENFLUID_LogAndDisplayInfo(_stream) |
| #define | OPENFLUID_LogDebug(_stream) |
| #define | OPENFLUID_DisplayDebug(_stream) |
| #define | OPENFLUID_LogAndDisplayDebug(_stream) |
| #define _STREAMTOSTRING | ( | _stream | ) |
| #define OPENFLUID_DisplayDebug | ( | _stream | ) |
Displays a debug message to stdout (on screen by default)
Exemple:
| #define OPENFLUID_DisplayInfo | ( | _stream | ) |
Displays an information message to stdout (on screen by default)
Exemple:
| #define OPENFLUID_DisplayWarning | ( | _stream | ) |
Displays a warning message to stdout (on screen by default)
Exemple:
| #define OPENFLUID_LogAndDisplayDebug | ( | _stream | ) |
Adds a debug message to simulation log file and displays it to stdout (on screen by default)
| #define OPENFLUID_LogAndDisplayInfo | ( | _stream | ) |
Adds an information message to simulation log file and displays it to stdout (on screen by default)
Exemple:
| #define OPENFLUID_LogAndDisplayWarning | ( | _stream | ) |
Adds a warning message to simulation log file and displays it to stdout (on screen by default)
Exemple:
| #define OPENFLUID_LogDebug | ( | _stream | ) |
Adds a debug message to simulation log file
Exemple:
| #define OPENFLUID_LogInfo | ( | _stream | ) |
Adds an information message to simulation log file
Exemple:
| #define OPENFLUID_LogWarning | ( | _stream | ) |
Adds a warning message to simulation log file
Exemple:
| #define REQUIRE_SIMULATION_STAGE | ( | stage, | |
| msg | |||
| ) |
| #define REQUIRE_SIMULATION_STAGE_GE | ( | stage, | |
| msg | |||
| ) |
| #define REQUIRE_SIMULATION_STAGE_LE | ( | stage, | |
| msg | |||
| ) |