|
SpikeStream Nemo Plugin
0.2
|
#include "Globals.h"#include "NemoLoader.h"#include "NeuronGroup.h"#include "SpikeStreamSimulationException.h"#include "SpikeStreamIOException.h"#include "Util.h"#include <QDebug>#include <vector>#include <iostream>Go to the source code of this file.
Defines | |
| #define | IZHIKEVICH_EXCITATORY_NEURON_ID 1 |
| #define | IZHIKEVICH_INHIBITORY_NEURON_ID 2 |
| #define IZHIKEVICH_EXCITATORY_NEURON_ID 1 |
Definition at line 23 of file NemoLoader.cpp.
| #define IZHIKEVICH_INHIBITORY_NEURON_ID 2 |
Definition at line 24 of file NemoLoader.cpp.