struct SynapsePSGOutgoing

This is a component of the synapse object

double RSE_Value
ths RSE value
double USE_Value
the USE value
int Length
the number of ticks total that this will last for

Documentation

This is a component of the synapse object. It replaces the old paradigm of calculating all of the outgoing PSG values at once and placing them onto a vector of doubles (this vector is a minimum size of 100 doubles, and could be up to several hundred doubles if many spikes have been received by this synapse). This object holds the RSE, USE and length of ticks that will be used to calculate the outgoing PSG value. This value is now calculated on teh fly at each tick (each call by the compartment, which happens at each tick.) This is a memory optimization algoritm as the synapse object was approaching 1K in size, and since the synapse was the most heavily used object (one synapse for every connection), the size of the synapse needed to be truncated.
double RSE_Value
ths RSE value

double USE_Value
the USE value

int Length
the number of ticks total that this will last for. This is the same as the PSGTemplate size, it is decremented each time it is used

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de