AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ BulkDataArgSds() [2/2]

drama::BulkDataArgSds::BulkDataArgSds ( std::weak_ptr< Task theTask)

Constructor - creates a BulkDataArgSds item by calling DitsBulkArgInfo() and then access the item with SDS.

Note, must be invoked only within the DRAMA message thread, in particular, as part of an action handler. This cannot be invoked in other threads.

Parameters
theTaskThe DRAMA Task we are part of. This is passed by pointer, but BulkDataArgSds is not taking ownership of the subject object, which must continue to exist until the BulkDataSds object is destroyed.