You're reading the documentation for an older, but still supported version (GL013300).
For information on the latest version, please have a look at GL013301.

ROT_DIR

This is an enumeration type constant that defines the rotational direction used for motion or tool orientation control.

Rank

Constant Name

Description

0

DR_ROT_FORWARD

Rotates in the forward (clockwise) direction.

1

DR_ROT_REVERSE

Rotates in the reverse (counterclockwise) direction.

Defined in: DRFC.h

typedef enum {
    DR_ROT_FORWARD,
    DR_ROT_REVERSE,
} ROT_DIR;