mpiSqNodeEventReset

Declaration

long mpiSqNodeEventReset(MPISqNode      sqNode,
                         MPIEventMask   eventMask);

Required Header: stdmpi.h

Description

mpiSqNodeEventReset is a method used to reset events that have been latched on a node. Events that can be reset by this method include:

See MPIEventType.

/* SqNode events */
MPIEventTypeSQNODE_IO_ABORT
MPIEventTypeSQNODE_NODE_DISABLE
MPIEventTypeSQNODE_NODE_ALARM
MPIEventTypeSQNODE_ANALOG_POWER_FAULT
MPIEventTypeSQNODE_USER_FAULT
MPIEventTypeSQNODE_NODE_FAILURE
sqNode a handle to a SynqNet node object
eventMask pointer to an event mask, whose bits are defined by the MPIEventType enumerations.
Return Values
MPIMessageOK
MPIMessageARG_INVALID

See Also

mpiControlEventReset | mpiMotionEventReset | mpiMotorEventReset | mpiRecorderEventReset | mpiSequenceEventReset | mpiSynqNetEventReset | mpiAxisEventReset | Event Notification Methods