Class CompensationErrorCode¶
Defined in File CompensationApi.h
Inheritance Relationships¶
Base Type¶
public ErrorCode(Class ErrorCode)
Class Documentation¶
-
class CompensationErrorCode : public ErrorCode¶
This enumerator class enumerates the WMX3 compensation library error codes.
Public Types
-
enum [anonymous]¶
Values:
-
enumerator PitchErrorCompensationIsEnabled¶
Pitch error compensation is enabled.
-
enumerator PitchErrorCompensationIsDisabled¶
Pitch error compensation is disabled.
-
enumerator PitchErrorCompensationDataIsNotSet¶
Pitch error compensation data is not set.
-
enumerator BacklashCompensationIsEnabled¶
Backlash compensation is enabled.
-
enumerator BacklashCompensationIsDisabled¶
Backlash compensation is disabled.
-
enumerator PitchCountOutOfRange¶
Pitch count is out of range.
-
enumerator PitchOriginIndexOutOfRange¶
Pitch origin index is out of range.
-
enumerator PitchIntervalOutOfRange¶
Pitch interval is out of range.
-
enumerator EdgeDropoffDistanceOutOfRange¶
Edge dropoff distance is out of range.
-
enumerator CompensationAxisNotPosMode¶
Compensation axis is not in position mode.
-
enumerator ReferenceAxisNotPosMode¶
Reference axis is not in position mode.
-
enumerator NotUsingPitchIntervalMode¶
Not using pitch interval mode.
-
enumerator NotUsingFreePositionMode¶
Not using free position mode.
-
enumerator PitchPositionRangeTooLarge¶
Pitch position range too large.
-
enumerator PitchPositionNotInAscendingOrder¶
Pitch position not in ascending order.
-
enumerator PitchErrorCompensationIsEnabled¶
-
enum [anonymous]¶