struct ARRAYS

Structure to hold pointers to data created from input file

T_BRAIN* Brain
Brain structure
int nCsh
The number of column shells
T_CSHELL* Csh
Array of Column Shell objects with length = nCsh
int nColumns
The number of columns
T_COLUMN* Columns
Pointer to Column List
int nLsh
The number of layer shells
T_LSHELL* Lsh
Pointer to Layer Shell List Linked List of Layer Shells created from input file
int nLayers
The number of layers
T_LAYER* Layers
Pointer to Layer List
int nCells
The number of cell types
T_CELL* Cells
Pointer to Cell Type List
int nCompart
The number of compartments
T_COMPART* Compart
Pointer to Compartment List
int nChannel
The number of Channels
T_CHANNEL* Channel
Pointer to Channel List
int nSynapse
The number of Synapses
T_SYNAPSE* Synapse
Pointer to Synapse List
int nSynLearn
The number of Synapse Learning objects (Long Term Synaptic Dynamics)
T_SYNLEARN* SynLearn
Pointer to Synapse Learning objects (Long Term Synaptic Dynamics)
int nSynFD
The number of Synapse FD (RSE?) (Short Term Synaptic Dynamics)
T_SYN_FD* SynFD
Pointer to Synapse FD (RSE?) (Short Term Synaptic Dynamics)
int nSynPSG
The number of Synapse PSG (Synaptic Waveform)
T_SYNPSG* SynPSG
Pointer to Synapse PSG (Synaptic Waveform) List
int nSynData
The number of Synapse Data (Synaptic Conductance)
T_SYNDATA* SynData
Pointer to Synapse Data (Synaptic Conductance) List
int nSpike
The number of Spike shapes
T_SPIKE* Spike
Pointer to Spike Shape List
int nStimulus
The number of stimuli
T_STIMULUS* Stimulus
Pointer to Stimulus List
int nStInject
The number of Stimulus Injections
T_STINJECT* StInject
Pointer to Stimulus Injections List
int nReports
The number of Reports
T_REPORT* Reports
Pointer to Reports List

Documentation

Structure to hold pointers to data created from input file. Data is the result of conversion done by InitStruct.h This final structure is what will be returned to the NCS main function
T_BRAIN* Brain
Brain structure. There can be only one Brain object defined in an input file.

int nCsh
The number of column shells. After processing the input file, all column shells defined will be totaled

T_CSHELL* Csh
Array of Column Shell objects with length = nCsh

int nColumns
The number of columns. After processing the input file, all columns defined will be totaled

T_COLUMN* Columns
Pointer to Column List. Linked List of Columns created from input file

int nLsh
The number of layer shells. After processing the input file, all layer shells defined will be totaled

T_LSHELL* Lsh
Pointer to Layer Shell List Linked List of Layer Shells created from input file

int nLayers
The number of layers. After processing the input file, all layers defined will be totaled

T_LAYER* Layers
Pointer to Layer List. Linked List of Layers created from input file

int nCells
The number of cell types. After processing the input file, all cell types defined will be totaled

T_CELL* Cells
Pointer to Cell Type List. Linked List of Cell Types created from input file

int nCompart
The number of compartments. After processing the input file, all compartments defined will be totaled

T_COMPART* Compart
Pointer to Compartment List. Linked List of Compartments created from input file

int nChannel
The number of Channels. After processing the input file, all channels defined will be totaled

T_CHANNEL* Channel
Pointer to Channel List. Linked List of channels created from input file

int nSynapse
The number of Synapses. After processing the input file, all synapses defined will be totaled

T_SYNAPSE* Synapse
Pointer to Synapse List. Linked List of synapses created from input file

int nSynLearn
The number of Synapse Learning objects (Long Term Synaptic Dynamics). After processing the input file, all Synapse Learning objects defined will be totaled

T_SYNLEARN* SynLearn
Pointer to Synapse Learning objects (Long Term Synaptic Dynamics). Linked List of Synapse Learning objects created from input file

int nSynFD
The number of Synapse FD (RSE?) (Short Term Synaptic Dynamics). After processing the input file, all Synapse FD's defined will be totaled

T_SYN_FD* SynFD
Pointer to Synapse FD (RSE?) (Short Term Synaptic Dynamics). Linked List of Synapse FD's created from input file

int nSynPSG
The number of Synapse PSG (Synaptic Waveform). After processing the input file, all Synapse PSG's defined will be totaled

T_SYNPSG* SynPSG
Pointer to Synapse PSG (Synaptic Waveform) List. Linked List of Synapse PSG's created from input file

int nSynData
The number of Synapse Data (Synaptic Conductance). After processing the input file, all Synapse Data defined will be totaled

T_SYNDATA* SynData
Pointer to Synapse Data (Synaptic Conductance) List. Linked List of Synapse Data created from input file

int nSpike
The number of Spike shapes. After processing the input file, all spike shapes defined will be totaled

T_SPIKE* Spike
Pointer to Spike Shape List. Linked List of spike shapes created from input file

int nStimulus
The number of stimuli. After processing the input file, all stimulus defined will be totaled

T_STIMULUS* Stimulus
Pointer to Stimulus List. Linked List of stimuli created from input file

int nStInject
The number of Stimulus Injections. After processing the input file, all stimulus injects defined will be totaled

T_STINJECT* StInject
Pointer to Stimulus Injections List. Linked List of stimulus injections created from input file

int nReports
The number of Reports. After processing the input file, all reports defined will be totaled

T_REPORT* Reports
Pointer to Reports List. Linked List of reports created from input file

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