|
FreePOOMA
2.4.1
|
There exist situations where pooma needs to generate identifying tags for data being transferred from one context to another. More...
#include <Messaging.h>
Public Member Functions | |
| TagGenerator () | |
| TagGenerator (int n) | |
| int | send (int otherContext) |
| int | receive (int otherContext) |
There exist situations where pooma needs to generate identifying tags for data being transferred from one context to another.
In order to generate the correct data-flow, pooma needs to manage a set of tags that identify bricks being transferred from context to context.
| TagGenerator::TagGenerator | ( | ) | [inline] |
| TagGenerator::TagGenerator | ( | int | n | ) | [inline] |
| int TagGenerator::send | ( | int | otherContext | ) | [inline] |
| int TagGenerator::receive | ( | int | otherContext | ) | [inline] |
1.7.6.1