In reply to dave_59:
Hi Dave
Thanks for the reply.
Couple of questions
You have said:
- my_driver h; // Someone needs to initialize this
How could this be done? We could do h = my_driver_handle(assuming my_driver_handle was created in say an agent), but that can be done only inside a class. - “your C code needs to be invoked by importing a C task” - Not sure why this is needed for an “export”?
Thanks.