Documentation for OpenFLUID
2.2.0
|
#include <openfluid/dllexport.hpp>
#include <openfluid/ware/SimulationInspectorWare.hpp>
#include <openfluid/ware/ObserverSignature.hpp>
#include <openfluid/ware/LoopMacros.hpp>
Go to the source code of this file.
Classes | |
class | openfluid::ware::PluggableObserver |
Namespaces | |
openfluid | |
openfluid::ware | |
Macros | |
#define | DEFINE_OBSERVER_CLASS(pluginclassname) |
Typedefs | |
typedef PluggableObserver *(* | openfluid::ware::GetPluggableObserverBodyProc) () |
typedef ObserverSignature *(* | openfluid::ware::GetPluggableObserverSignatureProc) () |
#define DEFINE_OBSERVER_CLASS | ( | pluginclassname | ) |
Macro for definition of observer class hook
[in] | pluginclassname | The name of the class to instantiate |