FreePOOMA
2.4.1
|
These two functor tags are used with engineFunctor() to generate brick-views from expressions or engines containing remote-brick-views. More...
#include <RemoteEngine.h>
These two functor tags are used with engineFunctor() to generate brick-views from expressions or engines containing remote-brick-views.
On the receiving side you say:
Engine<2, double, Brick> a = engineFunctor(remotebrick, RemoteView());
On the side that owns the data you say:
engineFunctor(remotebrick, RemoteSend(toContext));
The receive operation (RemoteView) generates an engine or expression that contains the incoming data. The send operation just sends the data and has no return.