#include <MPIExchangeBlocksInfo.h>
Public Types | |
enum | ContentType_t { contentAnalog, contentMixed, contentSpiking } |
Public Attributes | |
int * | displacement |
int * | count |
MPI::Datatype * | datatype |
void ** | buffer |
ContentType_t | content_type |
bool | hasContent |
Definition at line 6 of file MPIExchangeBlocksInfo.h.
Definition at line 15 of file MPIExchangeBlocksInfo.h.
Definition at line 9 of file MPIExchangeBlocksInfo.h.
Referenced by MPIExchangeBlocksInfo::getMsgSpec(), MPIOutputBuffer::prepareNextBufferSlice(), and MPIInputBuffer::prepareNextBufferSlice().
Definition at line 10 of file MPIExchangeBlocksInfo.h.
Referenced by MPIExchangeBlocksInfo::getMsgSpec(), MPIOutputBuffer::prepareNextBufferSlice(), and MPIInputBuffer::prepareNextBufferSlice().
MPI::Datatype* MPIMessageSpec::datatype |
Definition at line 11 of file MPIExchangeBlocksInfo.h.
Referenced by MPIExchangeBlocksInfo::getMsgSpec(), MPIOutputBuffer::prepareNextBufferSlice(), and MPIInputBuffer::prepareNextBufferSlice().
void** MPIMessageSpec::buffer |
Definition at line 13 of file MPIExchangeBlocksInfo.h.
Referenced by MPIExchangeBlocksInfo::getMsgSpec(), MPIOutputBuffer::prepareNextBufferSlice(), and MPIInputBuffer::prepareNextBufferSlice().
Definition at line 17 of file MPIExchangeBlocksInfo.h.
Referenced by MPIInputBuffer::getContentType(), MPIOutputBuffer::prepareNextBufferSlice(), and MPIInputBuffer::prepareNextBufferSlice().
Definition at line 19 of file MPIExchangeBlocksInfo.h.
Referenced by MPIInputBuffer::initialize(), and MPIOutputBuffer::prepareNextBufferSlice().