MPICompareParams

MPICompareParams  

 

typedef struct MPICompareParams {
    long		position;
    long		outputState;
    MPICommandOperator	commandOperator;
} MPICompareParams;
Description
  position actual position at which to toggle output bit.
  outputState state of output bit upon reaching the compare position. Set to TRUE (on) or FALSE (off).
  commandOperator logical operator for compare position.
     
Remarks
 

Valid values for commandOperator are MPICommandOperatorLESS_OR_EQUAL and
MPICommandOperatorGREATER. Based on the commandOperator, the specified outputState of the bit will be set on one side or the other of the compare position.

The commandOperator logic is usually set depending on the direction of travel toward the compare position.

     
See Also