public interface to receive value array
More...
#include <msgCommon.h>
|
virtual | ~IMsgRecvArray (void) noexcept=0 |
| cleanup value array receiver resources.
|
|
virtual | ~IMsgRecv (void) noexcept=0 |
| cleanup message receiver resources.
|
|
virtual bool | tryReceive (void)=0 |
| try to receive the data, return return true if received. More...
|
|
|
static IMsgRecvArray * | create (int i_selfRank, int i_recvFrom, MsgTag i_msgTag, const type_info &i_type, size_t i_size, void *io_valueArr) |
| create new receiver for value array. More...
|
|
public interface to receive value array
◆ create()
IMsgRecvArray * IMsgRecvArray::create |
( |
int |
i_selfRank, |
|
|
int |
i_recvFrom, |
|
|
MsgTag |
i_msgTag, |
|
|
const type_info & |
i_type, |
|
|
size_t |
i_size, |
|
|
void * |
io_valueArr |
|
) |
| |
|
static |
create new receiver for value array.
- Parameters
-
[in] | i_selfRank | receiver (current process rank) |
[in] | i_recvFrom | sender proccess rank |
[in] | i_msgTag | tag to identify message content (parameter or output data) |
[in] | i_type | value type |
[in] | i_size | size of array |
[in,out] | io_valueArr | allocated buffer to recieve value array |
The documentation for this class was generated from the following files: