public interface to send value array
More...
#include <msgCommon.h>
|
virtual | ~IMsgSendArray (void) noexcept=0 |
| cleanup message sender resources.
|
|
virtual | ~IMsgSend (void) noexcept=0 |
| cleanup message sender resources.
|
|
virtual bool | isCompleted (void)=0 |
| check is send completed. More...
|
|
|
static IMsgSendArray * | create (int i_selfRank, int i_sendTo, MsgTag i_msgTag, const type_info &i_type, size_t i_size, void *i_valueArr) |
| create new value array sender. More...
|
|
public interface to send value array
◆ create()
IMsgSendArray * IMsgSendArray::create |
( |
int |
i_selfRank, |
|
|
int |
i_sendTo, |
|
|
MsgTag |
i_msgTag, |
|
|
const type_info & |
i_type, |
|
|
size_t |
i_size, |
|
|
void * |
i_valueArr |
|
) |
| |
|
static |
create new value array sender.
- Parameters
-
[in] | i_selfRank | sender proccess rank (current process rank) |
[in] | i_sendTo | receiver 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] | i_valueArr | value array to send |
The documentation for this class was generated from the following files: