gmxScan
Author: Hiroshisa Mori / joshua@globalbase.org +
[Transrate]Reiko Inoue Bendtsen c/o Suzaku Translations /
(http://www.suzaku-translations.com/) +
PROTOTYPE
<gmxScan>
start_dim_code end_dim_code <gmxScan>
ARGUMENTS
start_dim_code [1] List of integers [UNDEF REF (XLT_PAIR)]dim_code at the scan start position
end_dim_code [1] List of integers [UNDEF REF (XLT_PAIR)]dim_code at the scan end position
ATTRIBUTES
id [mandatory] XLT_INTEGER [UNDEF REF (XLT_INTEGER)]Matrix descriptor
call-dir [arbitrary] XLT_STRING [UNDEF REF (XLT_STRING)]Pre/post scan direction. The default is "pre."
area [mandatory] XLT_INTEGER [UNDEF REF (XLT_INTEGER)]Executed area code
EVALUATION TYPE
applicative
AGENT(S) BELONGS
gbmx
ENVIRONMENT BELONGS
Env1
EXPLANATION
Synchronized matrix scan function This function executes phases of the area code
area on all existing nodes having the appropriate dimension codes in the range from
start_dim_code to
end_dim_code of the matrix given by
id .
call-dir indicates the order of calling nodes. The scan is pushed from the highest layer in the matrix to the stack. If pre is specified, all child nodes are evaluated before evaluating this node ( child nodes are pushed). If post is specified, child nodes are evaluated after evaluating the node itself is evaluated ( depth first scan).
[UP]
Go To Page Top
RETURN VALUE
XLT_INTEGER [UNDEF REF (XLT_INTEGER)]Error codes of matrix generated during execution
ERRORS
-
XLE_SEMANTICS_TYPE_MISSMATCH [UNDEF REF (XLE_SEMANTICS_TYPE_MISSMATCH)]
-
XLE_PROTO_INV_PARAM [UNDEF REF (XLE_PROTO_INV_PARAM)]
REFERENCE
BUGS
In versions ver.B.b14.04 or earlier, there were some problems in synchronization of file data before scanning, and the entire data was not scanned. This problem was solved in ver.B.b15.
[UP]
Go To Page Top