tp_plus
tp_plus copied to clipboard
indirect and inline functions
When using the indirect function inside the inlined function. The output PR has to be attached to the end of the function call and pointing to the PR number. See the example below.
Not working:
pr6 = correctFrame(&pr4, &pr5, Calib::Z) -- > PR[PR[86]]=PR[61:dummy_pr1] ;
Working:
correctFrame(&pr4, &pr5, Calib::Z, &pr6) -- > PR[86]=PR[61:dummy_pr1] ;