MPIControlIo

MPIControlIo

 

 

typedef struct MPIControlIo {
	unsigned long   input[MPIControlIoWords];
	unsigned long   output[MPIControlIoWords];;
} MPIControlIo;
Description

ControlIo is used to hold the status of all the controller i/o lines on a board. This does not include any CAN i/o lines.

  INPUT all user i/o inputs are stored in bits of input[0]. User i/o input 0 corresponds to bit 0. Control i/o input 1 corresponds to bit 1.
  OUTPUT all user i/o outputs are stored in bits of output[0]. User i/o output 0 corresponds to bit 0. Control i/o output 1 corresponds to bit 1.
     
See Also MEIControlOutput | MEIControlInput | mpiControlIoGet | mpiControlIoSet