User guide

E-25
PLI Access Routines
Access Routines for Multidimensional Arrays
The type for multidimensional arrays is defined in the vcs_acc_user.h
file. Its name is accMda.
We also have the following tf and access routines for accessing data
in a multidimensional array:
tf_mdanodeinfo and tf_imdanodeinfo
Returns access parameter node information from a
multidimensional array. See "tf_mdanodeinfo and
tf_imdanodeinfo" on page E-26 for details.
acc_get_mda_range
Returns all the ranges of the multidimensional array. See
"acc_get_mda_range" on page E-28 for details.
acc_get_mda_word_range
Returns the range of an element in a multidimensional array. See
"acc_get_mda_word_range()" on page E-29 for details.
acc_getmda_bitstr
Reads a bit string, including X and Z values, from an element in
a multidimensional array. See "acc_getmda_bitstr()" on page
E-31 for details.
acc_setmda_bitstr
Writes a bit string, including X and Z values, from an element in
a multidimensional array. See "acc_setmda_bitstr()" on page
E-32 for details.