|
FreePOOMA
2.4.1
|
SendKernel and ReceiveKernel are special iterates that interact with cheetah to send and receive data that gets used in expressions. More...
#include "Tulip/Messaging.h"#include "Pooma/Pooma.h"#include "Evaluator/InlineEvaluator.h"#include "Evaluator/RequestLocks.h"#include "Engine/DataObject.h"#include "Utilities/PAssert.h"

Classes | |
| struct | SendReceive |
| The non-cheetah versions of send and receive are empty and should never actually be used, since a remote view should only happen when the data lives on another context. More... | |
| struct | Receive< IncomingView > |
SendKernel and ReceiveKernel are special iterates that interact with cheetah to send and receive data that gets used in expressions.
SendReceive is a wrapper class that contains a send() and receive() function that encapsulate generating the necessary tag and launching the SendKernel and ReceiveKernel iterates.
1.7.6.1