gmxCreate:gmxMatrixParam
Author: Hiroshisa Mori / joshua@globalbase.org +
[Transrate]Reiko Inoue Bendtsen c/o Suzaku Translations /
(http://www.suzaku-translations.com/) +
PROTOTYPE
<gmxMatrixParam>
<gmxPriority/> .... </gmxMatrixParam>
ARGUMENTS
gmxCreate
gmxCreate/
gmxMatrixParam
gmxCreate/
gmxMatrixParam /
gmxPriority
gmxCreate/
gmxMatrixDimDivide
gmxCreate/
gmxMatrixBlockSize
gmxCreate/
gmxMatrixPixelSize
gmxCreate/
gmxChannelInfo
gmxCreate/
gmxPhase
ATTRIBUTES
channel_nos [mandatory]: Number of channels
dim [mandatory]: Dimensions
dim [mandatory]: Dimensions
index_hem [arbitrary]: Enables the on/off HEM function ( MPF_INDEX_HEM). The default is "off."
cache_file [arbitrary]: Enable the on/off cache file function ( MPF_CACHE_FILE). The default is default="off."
EVALUATION TYPE
normal
AGENT(S) BELONGS
gbmx
ENVIRONMENT BELONGS
Env1/gmxCreate
EXPLANATION
This function sets the basic parameters and priorities of the matrix to be generated.
[UP]
Go To Page Top
RETURN VALUE
XLT_NULL [UNDEF REF (XLT_NULL)]or error
ERRORS
-
XLE_SEMANTICS_INV_FORMAT [UNDEF REF (XLE_SEMANTICS_INV_FORMAT)]
The corresponding element was used outside the gmxCreate function.
-
XLE_PROTO_INV_PARAM [UNDEF REF (XLE_PROTO_INV_PARAM)]
-
"channel_nos is required"
The channel_nos attribute is not specified.
-
"invalid channel_nos value"
The value of the channel_nos attribute is 0or less than
-
"dim is required"
The dim attribute is not specified.
-
"invalid dim value"
The value of dim is 0or less.
-
XLE_PROTO_UNSUTISFIED_INFO [UNDEF REF (XLE_PROTO_UNSUTISFIED_INFO)]
set_matrix_param caused an error. The number indicates an error code.
REFERENCE
BUGS
[UP]
Go To Page Top