GetConfigurationUint32¶
-
virtual std::tuple<PSignal, SUint32Condition, double> IWaitMatchSignal::GetConfigurationUint32() = 0¶
Gets the signal, condition and timeout to wait for when this command is executed.
- Returns
std::tuple<PSignal, SUint32Condition, 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.