NexMotion  1.4.0
Open Robots & Machines [WIP]
Group_Axis_Mask

Group axis mask definition. More...

Macros

#define NMC_GROUP_AXIS_MASK_X   (0x00000001)
 The mask for X axis of the coordinate system.
 
#define NMC_GROUP_AXIS_MASK_Y   (0x00000002)
 The mask for Y axis of the coordinate system.
 
#define NMC_GROUP_AXIS_MASK_Z   (0x00000004)
 The mask for Z axis of the coordinate system.
 
#define NMC_GROUP_AXIS_MASK_A   (0x00000008)
 The mask for A axis of the coordinate system.
 
#define NMC_GROUP_AXIS_MASK_B   (0x00000010)
 The mask for B axis of the coordinate system.
 
#define NMC_GROUP_AXIS_MASK_C   (0x00000020)
 The mask for C axis of the coordinate system.
 
#define NMC_GROUP_AXIS_MASK_U   (0x00000040)
 The mask for U axis of the coordinate system.
 
#define NMC_GROUP_AXIS_MASK_V   (0x00000080)
 The mask for V axis of the coordinate system.
 
#define NMC_GROUP_AXIS_MASK_ALL   (0x000000FF)
 The mask for all axes of the coordinate system.
 

Detailed Description

Group axis mask definition.