Classes | Namespaces | Macros | Typedefs
PluggableObserver.hpp File Reference
#include <openfluid/dllexport.hpp>
#include <openfluid/ware/SimulationInspectorWare.hpp>
#include <openfluid/ware/ObserverSignature.hpp>
#include <openfluid/ware/ObserverSignatureMacros.hpp>
#include <openfluid/ware/LoopMacros.hpp>
Include dependency graph for PluggableObserver.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openfluid::ware::PluggableObserver
 

Namespaces

 openfluid
 
 openfluid::ware
 

Macros

#define DECLARE_OBSERVER_PLUGIN
 
#define DEFINE_OBSERVER_CLASS(pluginclassname)
 

Typedefs

typedef PluggableObserver *(* openfluid::ware::GetPluggableObserverBodyProc) ()
 
typedef ObserverSignature *(* openfluid::ware::GetPluggableObserverSignatureProc) ()
 

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 DECLARE_OBSERVER_PLUGIN
Deprecated:
This declaration is not needed anymore since version 2.1.0
#define DEFINE_OBSERVER_CLASS (   pluginclassname)

Macro for definition of observer class hook

Parameters
[in]pluginclassnameThe name of the class to instantiate