Main Page | Namespace List | Alphabetical List | Class List | Directories | File List | Class Members | File Members

ConnectionHolder Struct Reference

#include <ConnectionHolder.h>

List of all members.

Public Attributes

unsigned short * connIDArray
int numConnIDs
unsigned short delay


Detailed Description

All the connections for each neuron are stored in a single connectionArray. The connection holder struct points to a part of this array and it is these connection holders that are passed to the various tasks when a neuron fires. By passing pointers in this way, the list of connection IDs only has to be copied from the connectionArray once directly into the message by pvm_pkuint().

Definition at line 36 of file ConnectionHolder.h.


Member Data Documentation

unsigned short* ConnectionHolder::connIDArray
 

Pointer to part of the neuron's connectionArray.

Definition at line 39 of file ConnectionHolder.h.

Referenced by SpikeStreamSimulation::loadNeurons().

unsigned short ConnectionHolder::delay
 

The delay of the connections pointed to by this connection holder.

Definition at line 46 of file ConnectionHolder.h.

Referenced by SpikeStreamSimulation::loadNeurons().

int ConnectionHolder::numConnIDs
 

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().


The documentation for this struct was generated from the following file:
Generated on Mon Sep 3 22:24:34 2007 for SpikeStream Simulation by  doxygen 1.4.4