NEST  2.6.0,not_revisioned_source_dir@0
static_modules.h
Go to the documentation of this file.
1 #ifndef STATIC_MODULES_H
2 #define STATIC_MODULES_H
3 
4 #include "../models/modelsmodule.h"
5 #include "../precise/precisemodule.h"
6 #include "../topology/topologymodule.h"
7 
8 #include "interpret.h"
9 #include "network.h"
10 
12 {
13  engine.addmodule(new nest::ModelsModule(net));
14  engine.addmodule(new nest::PreciseModule(net));
15  engine.addmodule(new nest::TopologyModule(net));
16 }
17 
18 #endif
Module supplying models support precise spike timing.
Definition: precisemodule.h:35
void addmodule(void)
Definition: interpret.h:869
void add_static_modules(SLIInterpreter &engine, nest::Network &net)
Definition: static_modules.h:11
Module supplying all models that are included in the NEST release.
Definition: modelsmodule.h:36
Declarations for class Network.
Definition: interpret.h:69
Main administrative interface to the network.
Definition: network.h:135
int char SLIInterpreter & engine
Definition: neststartup.cpp:61
Definition: topologymodule.h:42