mpiSqNodeSegmentDigitalOutSet

Declaration

long mpiSqNodeSegmentDigitalOutSet(MPISqNode      node,
                                   long           segment,
long bitStart, long bitCount, unsigned long state, MPI_BOOL wait);

Required Header: stdmpi.h
Change History: Modified in the 03.03.00. Added in the 03.02.00

Description

mpiSqNodeSegmentDigitalOutSet sets the current state of the multiple digital output bits on the specified slice/module on a SynqNet node.

node a handle to a SynqNet node object.
segment the index of the slice/module attached to this SynqNet node.
For more information, please see the Overview of MPI I/O.
bitStart the first bit
bitCount the number of bits to be read.
state a pointer to where the current state of the output bits is written to by this function.
wait a Boolean flag indicating if the new output state is applied immediately or a wait is inserted so that any previous output set is transmitted over SynqNet.You should be able to use TRUE for this argument in most applications.
Return Values
MPIMessageOK

See Also

mpiSqNodeSegmentDigitalOutGet | Accessing Digital I/O | Overview of MPI I/O