GetConfigurationDouble¶
-
virtual std::tuple<PSignal, SDoubleCondition, double> IWaitMatchSignal::GetConfigurationDouble() = 0¶
Gets the signal, condition and timeout to wait for when this command is executed.
- Returns
std::tuple<PSignal, SDoubleCondition, double> – Tuple containing the signal (element 0), condition (element 1) and timeout (element 2).
- Throws
CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.CObjectDestroyedException
– Object is destroyed.