To establish each connection, the destination cell must send four pieces of data to the FROM node: The ids of the FROM cell and cmp, the memory address of the Synapse's ReceiveMsg function on the TO node, and the time delay (in timesteps)
-
int FromCell
- Index into the source node's global cell list
-
int FromCmp
- Index into the source cell's compartment list
-
void* Addr
- Memory address of the synapse on the destination node
-
int Delay
- Number of timesteps that must elapse before the synapse firing can arrive
Documentation
To establish each connection, the destination cell must send four pieces
of data to the FROM node: The ids of the FROM cell and cmp, the memory address
of the Synapse's ReceiveMsg function on the TO node, and the time delay (in timesteps)
int FromCell
- Index into the source node's global cell list
int FromCmp
- Index into the source cell's compartment list
void* Addr
- Memory address of the synapse on the destination node
int Delay
- Number of timesteps that must elapse before the synapse firing can arrive
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.