AnimatLab  2
Test
CsIncludes.h
1 #ifndef __ANIMAT_CARL_SIM_INCLUDES_H__
2 #define __ANIMAT_CARL_SIM_INCLUDES_H__
3 
4 #ifdef WIN32
5  #define ANIMAT_CARL_SIM_PORT __declspec( dllexport )
6 #else
7  #define ANIMAT_CARL_SIM_PORT
8 #endif
9 
10 #include "AnimatSim.h"
11 #include "AnimatCarlSimConstants.h"
12 #include "snn.h"
13 
14 #include <boost/timer.hpp>
15 #include <boost/signals2/signal.hpp>
16 #include <boost/bind.hpp>
17 
18 //Simulation Objects
19 namespace AnimatCarlSim
20 {
21  class CsClassFactory;
22  class CsNeuralModule;
23  class CsNeuronGroup;
25  class CsSynapseGroup;
26  class CsSynapseOneToOne;
27  class CsSynapseRandom;
28  class CsSynapseFull;
29  class CsSynapseIndividual;
31  class CsNeuronDataColumn;
32 }
33 
34 using namespace AnimatCarlSim;
35 
36 #endif // __FAST_NET_INCLUDES_H__
Contains the classes for a firing rate neural model.
Definition: CsAdapter.cpp:14
Firing rate synapse model.
Firing rate synapse model.
Definition: CsSynapseFull.h:22
Firing rate synapse model.
Firing rate neural module.
Firing Rate Neuron model.
Definition: CsNeuronGroup.h:28
Firing rate synapse model.
Firing rate neural module class factory.
Carlsim Data column class.
Firing rate synapse model.