struct CONNECTMSG

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)

[more]int FromCell
Index into the source node's global cell list
[more]int FromCmp
Index into the source cell's compartment list
[more]void* Addr
Memory address of the synapse on the destination node
[more]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)
oint FromCell
Index into the source node's global cell list

oint FromCmp
Index into the source cell's compartment list

ovoid* Addr
Memory address of the synapse on the destination node

oint 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++.