![]() |
#include <openfluid/dllexport.hpp>
#include <openfluid/ware/SimulationInspectorWare.hpp>
#include <openfluid/ware/ObserverSignature.hpp>
#include <openfluid/ware/ObserverSignatureMacros.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 | DECLARE_OBSERVER_PLUGIN |
#define | DEFINE_OBSERVER_CLASS(pluginclassname) |
Typedefs | |
typedef PluggableObserver *(* | openfluid::ware::GetPluggableObserverBodyProc )() |
typedef ObserverSignature *(* | openfluid::ware::GetPluggableObserverSignatureProc )() |
#define DECLARE_OBSERVER_PLUGIN |
#define DEFINE_OBSERVER_CLASS | ( | pluginclassname | ) |
Macro for definition of observer class hook
[in] | pluginclassname | The name of the class to instantiate |