![]() |
| You are here: Home » Products » NuGraf 3D Toolkit |
|
|
![]() ![]() As described in the previous section, most parameters and data are passed across the NuGraf Interface via functions whose arguments adhere to a variable-length parameter passing protocol. The protocol is based on a tagging scheme in which each data item or parameter is preceded by a keyword identifier, or token. Zero or more of these token/data pairs are grouped together, in any order, to form the functions argument list. When the function is called it pops off each token/data pair from its argument stack and executes an appropriate parsing procedure that acts upon the data item. Tokens which are not recognized by a functions parser are reported as syntax errors.
|