mpiCompareConfigureStreamPoints
Declaration
MPI_DECL1 MPI_RESULT MPI_DECL2
mpiCompareConfigureStreamPoints(MPICompare compare,
MPICompareActionPoint *streamPoints,
MPIComparePoint *comparePoints
int currentIndex
int *lastIndex
int *count)
Description
CompareConfigureStreamPoints polls the free space in the controller, converts the compare points to stream points, and loads the stream points to the controller buffer.
| compare | A pointer to a MPICompare structure which is initialized by this function. |
|---|---|
| *actionPoints | A pointer to the array that stores the stream points. |
| comparePoints | A pointer to the array that stores the compare points. |
| currentIndex | The index of the current value being read from the comparePoint array. |
| lastIndex | A pointer to the last index to value loaded into the controller buffer from the comparePoint array. |
| count | A pointer to the number of values read from the comparePoint array during the function execution. |
| Return Values | |
|---|---|
| MPIMessageOK | MPIMessageINVALID |
