First page Back Continue Last page Overview Graphics

Threading and SWIG


Notes:

This demonstrates how easy it is to allow threading (the bold lines). It also demonstrates the use of parameter names to give cues to SWIG (bytesoutbuffer and bytesoutbuffersize are combined by SWIG to represent a binary string in Python – ie two seperate parameters at the C level become one at the Python level)