Array
Format
An IDL array is declared through the syntax of the array_declarator structure given below.
array_identifier array_bounds_declarator... |
Explanations of the type declarators
The following array type can be used:
array_bounds_declarator
Specify each array dimension. The array_bounds_declarator for one-dimensional array must be in either of the following formats:
In the IDL, the normal value for lower is 0 only.