Stefan Seefeld wrote:
I'm not sure what you are asking. Sticking to my example code, when
you run the python script, 'instance' will be available in the global
namespace, so you can make calls into it from Python. If that is not
what you want, can you come up with another example ?
Thanks,
Robin Gilks wrote:
I'm still having a problem with the python side of things - the c++
side mostly makes sense. For example, the "class instances" section of
the page at
http://wiki.cacr.caltech.edu/danse/index.php/Lots_more_details_on_writing_wrappers
I can follow with no problems but
Stefan Seefeld wrote:
Robin Gilks wrote:
A difficult question to put a title to so I'll paint a brief scenario...
The application is written in c++
It receives a data message and instantiates a message decoder class.
Based on the contends that are extracted into the class variables, a
respons
Robin Gilks wrote:
A difficult question to put a title to so I'll paint a brief scenario...
The application is written in c++
It receives a data message and instantiates a message decoder class.
Based on the contends that are extracted into the class variables, a
response is built by instantia
A difficult question to put a title to so I'll paint a brief scenario...
The application is written in c++
It receives a data message and instantiates a message decoder class.
Based on the contends that are extracted into the class variables, a
response is built by instantiating an encoder clas