Information in how an axis is remapped on an axis of a SubControlBoard. More...
#include <controlBoardRemapper/ControlBoardRemapperHelpers.h>
Public Attributes | |
size_t | subControlBoardIndex |
The index of the SubControlBoard of the remapped axis in the RemappedControlBoards class. | |
size_t | axisIndexInSubControlBoard |
The index of the remapped axis in the SubControlBoard. | |
Information in how an axis is remapped on an axis of a SubControlBoard.
Definition at line 88 of file ControlBoardRemapperHelpers.h.
size_t RemappedAxis::axisIndexInSubControlBoard |
The index of the remapped axis in the SubControlBoard.
Definition at line 100 of file ControlBoardRemapperHelpers.h.
size_t RemappedAxis::subControlBoardIndex |
The index of the SubControlBoard of the remapped axis in the RemappedControlBoards class.
Definition at line 95 of file ControlBoardRemapperHelpers.h.