#include <ConnectionHolder.h>
Public Attributes | |
| unsigned short * | connIDArray |
| int | numConnIDs |
| unsigned short | delay |
Definition at line 36 of file ConnectionHolder.h.
|
|
Pointer to part of the neuron's connectionArray. Definition at line 39 of file ConnectionHolder.h. Referenced by SpikeStreamSimulation::loadNeurons(). |
|
|
The delay of the connections pointed to by this connection holder. Definition at line 46 of file ConnectionHolder.h. Referenced by SpikeStreamSimulation::loadNeurons(). |
|
|
Count of the number of connections. Each connection is a pair of numbers: the from and to neuronID. Definition at line 43 of file ConnectionHolder.h. Referenced by SpikeStreamSimulation::loadNeurons(). |
1.4.4