import "BspLib.idl";
Public Member Functions | |
void | registerRemoteIor (in long pid, in string ior) |
void | takeYourPid (in long pid) |
void | bspPut (in types::BspPut bspPut) |
void | bspGetRequest (in types::BspGetRequest request) |
void | bspGetReply (in types::BspGetReply reply) |
void | bspSynch (in long pid) |
void | bspSynchDone (in long pid) |
|
Called by another BSP task in order to reply to one of our bspGetRequets
|
|
Called by another BSP task in order to request the contents of a given memory area.
|
|
Called by a remote task to perform a write on the BSP process represented by this proxy.
|
|
Called only at Process Zero to indicate that a given process reached the synchronization barrier.
|
|
Called only by Process Zero in order to indicate that all process reached the synchronization barrier
|
|
Called by a remote bspProxy to inform its ior to be used in subsequent communications.
|
|
Called ONLY by process zero in order to set the BSP PID of a BspProxy
|