void gatherConnectedIDs

( CONNECT* CD, char* Map,
  CONNECTMSG* CMBuf, int* CelIDs,
  int* CmpIDs )

After connections have been made, the connected cell IDs (and compartment IDs) will be stored continuously into one array for quick reference

Documentation

After connections have been made, the connected cell IDs (and compartment IDs) will be stored continuously into one array for quick reference

Parameters:
CD - Connection Description contains information regarding source and destination
Map - Matrix of connections: 1 = cell i&j are connected, 0 mean no
CMBuf - Data about the connections will be stored here, so that later it can be communicated to the Sending Node
CelIDs - Destination Cell IDs that get connected will be stored here for quick lookup
CmpIDs - Destination Compartment Ids that get connected will be stored here for quick lookup (although, shouldn't it always be the same Compartment ID?)

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.