mpiSercosNodeNext

Declaration
 MPINode  mpiSercosNodeNext(MPISercos sercos,
                            MPINode   node)
Required Header stdmpi.h
Description

SercosNodeNext returns the next element following "node" on the list. This function can be used in conjuntion with mpiSercosNodeFirst() in order to iterate through the list.

  sercos a handle to the Sercos object.
  node a handle to a Node object.
     
Return Values
handle to the Node object that is just after the specified Node object (node), in a Sercos object (sercos)
MPIHandleVOID if sercos is invalid
if node is the last Node in the Sercos object (sercos)
MPIMessageHANDLE_INVALID Either sercos or node is an invalid handle.
See Also mpiSercosNodeFirst | mpiSercosNodePrevious