Intermediate Report object.
-
LOCATOR L
- general information about this object
-
long Seed
- Random number generator seed
-
char* ColName
- Name of Column type
-
char* LayName
- Name of Layer type
-
char* CellName
- Name of Cell type
-
char* CmpName
- Name of Compartment type
-
char* Name
- Name of alternate object (may be Channel, Synapse, or Synapse_RSE types)
-
int Column
- Index of corresponding T_COLUMN object
-
int Layer
- Index of corresponding T_LAYER object
-
int Cell
- Index of corresponding T_CELL object
-
int Cmp
- Index of corresponding T_CMP object
-
int Thing
- Index of corresponding alternate object (T_CHANNEL, T_SYNAPSE, etc.
-
char* FileName
- Name of file report data should be written to (or hostname for real-time output)
-
int ReportOn
- Type of report data to be extracted from source and written
-
int ASCII
- Flag to indicate if data should be written in ASCII (true) or Binary (false) form
-
int Port
- For real-time reporting, data should be sent to this port on the target host
-
double Prob
- Probability that a particular cell will be included in the report
-
unsigned int Frequency
- How often a report should be made
-
int nTimes
- The total number of start/stop time pairs
-
int nTStart
- The number of report start up times
-
int nTStop
- The number of report stop times
-
double* TStart
- Array of report start times in seconds
-
double* TStop
- Array of report stop times in seconds
-
int* Time_Start
- Array of report start times in timeticks
-
int* Time_Stop
- Array of report stop times in timeticks
-
int reportFlag
- Flags indicating which report version to use (only affects binary reports)
Documentation
Intermediate Report object. As the input file is parsed, the name of requested
objects are stroed. During conversion, those names are looked up and an index
value into the ARRAYS structure is saved for more convenient usage
LOCATOR L
- general information about this object
long Seed
- Random number generator seed
char* ColName
- Name of Column type
char* LayName
- Name of Layer type
char* CellName
- Name of Cell type
char* CmpName
- Name of Compartment type
char* Name
- Name of alternate object (may be Channel, Synapse, or Synapse_RSE types)
int Column
- Index of corresponding T_COLUMN object
int Layer
- Index of corresponding T_LAYER object
int Cell
- Index of corresponding T_CELL object
int Cmp
- Index of corresponding T_CMP object
int Thing
- Index of corresponding alternate object (T_CHANNEL, T_SYNAPSE, etc. )
char* FileName
- Name of file report data should be written to (or hostname for real-time output)
int ReportOn
- Type of report data to be extracted from source and written
int ASCII
- Flag to indicate if data should be written in ASCII (true) or Binary (false) form
int Port
- For real-time reporting, data should be sent to this port on the target host
double Prob
- Probability that a particular cell will be included in the report
unsigned int Frequency
- How often a report should be made
int nTimes
- The total number of start/stop time pairs
int nTStart
- The number of report start up times
int nTStop
- The number of report stop times
double* TStart
- Array of report start times in seconds
double* TStop
- Array of report stop times in seconds
int* Time_Start
- Array of report start times in timeticks
int* Time_Stop
- Array of report stop times in timeticks
int reportFlag
- Flags indicating which report version to use (only affects binary reports)
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.