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

◆ BulkDataArg() [2/3]

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

Constructor - creates a BulkDataArg item by calling DitsBulkArgInfo().

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 BulkDataArg is not taking ownership of the subject object, which must continue to exist until the BulkDataArg object is destroyed.