APIs, concepts, guides, and more

◆ AxisGet()

Axis * AxisGet ( int32_t index)
Description:
AxisGet returns the Axis class used in this MultiAxis class.
Parameters
indexAxis number: 0 to 31.
Returns
(Axis*) A pointer to the indexed axis.
Sample Code:
// get the 3rd axis in this class
axis = multiAxis->AxisGet(2);
Examples
SyncOutputWithMotion.cpp.