pothosware / pothos-library

Framework library used by all Pothos projects
www.pothosware.com
4 stars 0 forks source link

challenge: pass a remote proxy as an agument to a proxy function expecting a proxy #44

Closed guruofquality closed 8 years ago

guruofquality commented 10 years ago

That's a mouthful, but this kind of meta-shit it nice when it works.

So suppose we have a remote proxy pRemote, and a local proxy pLocal. pLocal has a method that accepts a proxy object void foo(const Pothos::Proxy &); We want to pass pRemote into PLocal without screwing anything up. Currently, this does not work, some kind of conversion may be trying to take place. Investigate...

guruofquality commented 8 years ago

Not causing any current issues, revisit if topology work requires it.