AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
◆ SetParamWaitUntil()
Sends a set parameter message to a task and blocks the current thread until it completes or a timeout has occurred. For a relative time, something like the following is needed. (ten second timeout). std::chrono::steady_clock::time_point until = std::chrono::steady_clock::now() + std::chrono::seconds(10); SetParamWaitUntil(until,...); * but can be done using the DeltaTimeToTimePoint() static method.
References drama::TransEvtInfo::complete, drama::CreateRunDramaTask(), DramaTHROW_S, and drama::TransEvtInfo::entryStatus. |
Click here for the DRAMA home page and here for the AAO home page.
For more information, contact tony.farrell@mq.edu.au
Generated on Thu Dec 12 2024 23:07:35 for AAO DRAMA/DRAMA2 C++ Interface by 1.9.8