mpiSqNodeAnalogInput (Deprecated)

NOTE:
mpiSqNodeAnalogInput was moved to mpiDeprecated.h in the 03.02.00 MPI software release.

Declaration

long  mpiSqNodeAnalogInput(MPISqNode   node,
long channel,
double *state);
Required Header: stdmpi.h

Description

mpiSqNodeAnalogInput gets the current state of an analog input on a SynqNet node.

node a handle to a SynqNet node object.
channel the index of the analog input channel (with respect to the node).
*state a pointer to where the current state of the input is written by this function.
Return Values
MPIMessageOK

See Also