Class Sync::SyncCombineOptions
Defined in File CoreMotionApi.h
Nested Relationships
This class is a nested type of Class Sync.
Class Documentation
-
class SyncCombineOptions
This class contains options for combine sync control.
Public Functions
-
SyncCombineOptions()
Public Members
-
bool useMaster1Feedback
If TRUE, the command position of the slave axis is calculated from the feedback position of the first master axis. If FALSE, the command position of the slave axis is calculated from the command position of the first master axis. Normally, this value is set to FALSE.
-
bool useMaster2Feedback
If TRUE, the command position of the slave axis is calculated from the feedback position of the second master axis. If FALSE, the command position of the slave axis is calculated from the command position of the second master axis. Normally, this value is set to FALSE.
-
SyncCombineOptions()