MPIAxisGearType
Declaration
typedef enum MPIAxisGearType { MPIAxisGearTypeINVALID = -1, MPIAxisGearTypeNONE, MPIAxisGearTypeFIXED, MPIAxisGearTypeEND, MPIAxisGearTypeFIRST = MPIAxisGearTypeINVALID + 1, MPIAxisGearTypeCOUNT = MPIAxisGearTypeEND - MPIAxisGearTypeFIRST } MPIAxisGearType;
Required Header: axis.h
Change History: Added in 04.00.
Description
MPIAxisGearType specifies the type of fixed-gearing an axis uses.
MPIAxisGearTypeNONE | Gearing is disabled. |
---|---|
MPIAxisGearTypeFIXED | The axis uses fixed gearing. |
See Also