MPIIoSource

MPIIoSource

 

typedef union {
    MPIHandle	motor;	/* MOTOR */
    long	index;	/* USER */
} MPIIoSource;
Description
  motor Handle to a motor object that is the source for the IO.
  index Value of the index for a user input. User IO's are no longer supported by the xmp (user IO's are handled through the motor object).
     
See Also