RSIAxisMasterType GearingSourceGet (  ) 

Description:
GearingSourceGet returns the Source type or in other terms what the slave is following on the master.
Returns:
(RSIAxisMasterType) Source.
Sample Code:
  if(axis->GearingSourceGet() == 1)
    printf("This axis is slaved off the Master Axis's Primary Feedback.\n");
See also:
GearingMasterAxisNumberGet()