Classes | Namespaces | Macros | Typedefs
PluggableSimulator.hpp File Reference
#include <string>
#include <openfluid/dllexport.hpp>
#include <openfluid/ware/SimulatorSignature.hpp>
#include <openfluid/ware/SimulatorSignatureMacros.hpp>
#include <openfluid/core/TypeDefs.hpp>
#include <openfluid/base/SchedulingRequest.hpp>
#include <openfluid/ware/LoopMacros.hpp>
#include <openfluid/core/DateTime.hpp>
#include <openfluid/core/Event.hpp>
#include <openfluid/core/EventsCollection.hpp>
#include <openfluid/core/SpatialGraph.hpp>
#include <openfluid/core/SpatialUnit.hpp>
#include <openfluid/ware/SimulationContributorWare.hpp>
Include dependency graph for PluggableSimulator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openfluid::ware::PluggableSimulator
 Abstract class for simulator plugin. More...
 

Namespaces

 openfluid
 
 openfluid::ware
 

Macros

#define DECLARE_SIMULATOR_PLUGIN
 
#define DEFINE_SIMULATOR_CLASS(pluginclassname)
 

Typedefs

typedef PluggableSimulator *(* openfluid::ware::GetPluggableSimulatorBodyProc) ()
 
typedef SimulatorSignature *(* openfluid::ware::GetPluggableSimulatorSignatureProc) ()
 

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

Macro for definition of simulator hook

Parameters
[in]pluginclassnameThe name of the class to instantiate