AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
◆ GetPathWaitUntil()
Get a path to a the task. If it is not running, load it if we have the details. Version with timeout. This call initiates getting a path to the task. If the task is not running, it will be loaded if a sufficient information has been specified and the DRAMA Master task is running (or this task is allowed to load tasks itself) This call must be made from a DRAMA Threaded action implementation, the address of the threaded action object must be passed. The thread will block until the operation is successful. 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); GetPathWaitUntil(until,...); *
|
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