All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Macros
SimulationDrivenWare.hpp File Reference
#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>
#include <openfluid/dllexport.hpp>
#include <openfluid/deprecation.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)
 

Detailed Description

Author
Jean-Christophe FABRE jean-.nosp@m.chri.nosp@m.stoph.nosp@m.e.fa.nosp@m.bre@s.nosp@m.upag.nosp@m.ro.in.nosp@m.ra.f.nosp@m.r

Macro Definition Documentation

#define _STREAMTOSTRING (   _stream)
#define OPENFLUID_DisplayDebug (   _stream)
#define OPENFLUID_DisplayInfo (   _stream)
#define OPENFLUID_DisplayWarning (   _stream)
#define OPENFLUID_LogAndDisplayDebug (   _stream)
#define OPENFLUID_LogAndDisplayInfo (   _stream)
#define OPENFLUID_LogAndDisplayWarning (   _stream)
#define OPENFLUID_LogDebug (   _stream)
#define OPENFLUID_LogInfo (   _stream)
#define OPENFLUID_LogWarning (   _stream)
#define REQUIRE_SIMULATION_STAGE (   stage,
  msg 
)
#define REQUIRE_SIMULATION_STAGE_GE (   stage,
  msg 
)
#define REQUIRE_SIMULATION_STAGE_LE (   stage,
  msg 
)