gmxStatus:gmxChannelInfo
Author: Hiroshisa Mori / joshua@globalbase.org +
[Transrate]Reiko Inoue Bendtsen c/o Suzaku Translations /
(http://www.suzaku-translations.com/) +
PROTOTYPE
<gmxChannelInfo/> <gmxChannelInfo>
initialize_data <gmxChannelIfno>
INTERNAL ELEMENTS
gmxStatus
gmxStatus/
gmxMatrixParam
gmxStatus/gmxMatrixParam/
gmxPriority
gmxStatus/
gmxMatrixDimDivide
gmxStatus/
gmxMatrixBlockSize
gmxStatus/
gmxMatrixPixelSize
gmxStatus/
gmxChannelInfo
gmxStatus/
gmxPhase
ATTRIBUTES
channel [mandatory] Integer: Target channel number
type [mandatory] Character string: Channel data type
send [arbitrary] Character string: Turns on the on/off MF_SEND flag. The default is "off."
file [arbitrary] Character string: Turns on the MF_SFILE flag. The default is "off."
visu [arbitrary] Character string: Turns on the on/off MF_VISU flag. The default is "off."
send_file [arbitrary] Character string: Turns on the on/off MF_SEND_FILE flag. The default is "off."
send_visu [arbitrary] Character string: Turns on the on/off MF_SEND_VISU flag. The default is "off."
AGENT(S) BELONGS
gbmx
ELEMENTS PATHES
gmxStatus/gmxChannelInfo
EXPLANATION
This function specifies information of each channel of the matrix to be generated. The attributes determines the data type and flags. The list of data types that can be set are as follows.
-
Basis data type
-
bit - Bit type
-
int8 - 8-bitsigned integer type
-
int16 - 16-bitsigned integer type
-
int32 - 32-bitsigned integer type
-
int64 - 64-bitsigned integer type
-
uint8 - 8-bitunsigned integer type
-
uint16 - 16-bitunsigned integer type
-
uint32 - 32-bitunsigned integer type
-
uint64 - 64-bitunsigned integer type
-
float - floating point type
-
double - double-precision floating point type
-
string - character string type
-
block - block type
-
sexp - XL S formula type
-
rgb8 - 8-bitRGB type
-
Vector type
-
int8_v - 8-bitsigned integer type
-
int16_v - 16-bitsigned integer type
-
int32_v - 32-bitsigned integer type
-
int64_v - 64-bitsigned integer type
-
uint8_v - 8-bitunsigned integer type
-
uint16_v - 16-bitunsigned integer type
-
uint32_v - 32-bitunsigned integer type
-
uint64_v - 64-bitunsigned integer type
-
float_v - floating point type
-
double_v - double-precision floating point type
-
string_v - character string type
-
rgb8_v - 8-bitRGB type
gmxChannelInfo can specify initialization data corresponding to the data types above as internal elements. Integer and floating point type data are converted to the given type above and initialized. If no internal elements are given, it means initialization data is not set.
If
gmxStatus is evaluated in the Env1 environment variable, the
send, file, visu, send_file and
send_visu attributes are all acquired as specified. If it is evaluated in the Env0 environment variable,
send_file and
send_visu are each set to the values of
file and
visu and the original
file and
visu attributes are hidden. The
send attribute is visible in both cases.
[UP]
Go To Page Top
REFERENCE
XL Function or Environment (gmxStatus),
XL Function or Environment (gmxCreate)
BUGS
[UP]
Go To Page Top