mpiCompareEnable
Declaration
MPI_DECL1 MPI_RESULT MPI_DECL2 mpiCompareEnable(MPICompare compare, long number, int compareEnable);
Description
mpiCompareEnable Enables or disables the compare module based on the compareEnable value.
compareEnable = True enable compare module compareEnable = False disable compare module
The disable options also reset the controller wrtie pointer to zero.
compare | A handle to the compare object. |
---|---|
number | The compare module number. |
compareEnable | TRUE or FALSE. |
Return Values |
---|
MPIMessageOK |