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