GetSupportedMethods¶
-
virtual std::vector<EHomingMethod> IHoming::GetSupportedMethods() = 0¶
Gets the homing methods supported by the axis control.
- Returns
std::vector<EHomingMethod> – Supported homing methods.
- Throws
CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.