struct T_CMPCONNECT

Object containing information for synapse connections between compartments

char* input
Pointer to a string name?
int FromCmp
The index of the source Compartment
int ToCmp
The index of the destination Compartment
int Speed
The synapse will be assigned a speed
double G
Conductance

Documentation

Object containing information for synapse connections between compartments. These connections will be generated during the final Brain creation stage from this structure's fields. Connections are between comparments within a cell, so the structure is smaller.
char* input
Pointer to a string name?

int FromCmp
The index of the source Compartment. The index refers to the T_COMPART array inside the Arrays object.

int ToCmp
The index of the destination Compartment. The index refers to the T_COMPART array inside the Arrays object.

int Speed
The synapse will be assigned a speed. Speed controls how quickly the destination receives a signal from the source.

double G
Conductance. I need to find out more --Jim

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