This structure holds the information that specifies the destination of a synapse firing.
-
int Node
- Destination Node
-
void* Addr
- Memory address of object to receive msg
-
int Delay
- Ticks from now to deliver msg - must be at least 1!
Documentation
This structure holds the information that specifies the destination of a
synapse firing. Each compartment has a list of these
int Node
- Destination Node
void* Addr
- Memory address of object to receive msg
int Delay
- Ticks from now to deliver msg - must be at least 1!
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.