Go to AVS Home Page
 Recent Releases
OpenViz 2.8 Released
AVS/Express 7.2 Released
Toolmaster 7.5.3 Released
AVS 5.7 Released
 Contact Support
 Licensing
Information on licensing AVS 
products
 
Interact with the AVS Developer 
community. Takes you out of 
the support web site

 


Q. How is the second argument to AVSinput_changed() used?

Q: If I have multiple input ports (numbered 0, 1, 2, etc in C) should I specify that order number as the second argument to AVSinput_changed()?

A: No. The second argument should always be 0 for C programmers, and 1 for Fortran programmers. Internal AVS modules may accept multiple input connections (like the viewers) and this argument selects one of these connections. User modules on the other hand cannot have multiple input connections, therefore this argument should be constant.