MPIAxisGantryType

Declaration

      typedef enum MPIAxisGantryType {
          MPIAxisGantryTypeNONE = 0,
          MPIAxisGantryTypeLINEAR = 1,
          MPIAxisGantryTypeTWIST = 2
      } MPIAxisGantryType;

Required Header: axis.h

Change History: Added in 04.00.

Description

MPIAxisGantryType defines the gantry configuration for the axis.

MPIAxisGantryTypeNONE .No gantry configuration.
MPIAxisGantryTypeLINEAR Standard gantry configuration, linear axis.
MPIAxisGantryTypeTWIST Standard gantry configuration, yaw axis.

See Also

gantry.c example program