ARC SDK
|
Public Member Functions | |
virtual void | receiveDTR (DataStaging::DTR_ptr dtr) |
Defines the callback method called when a DTR is pushed to this object. More... | |
![]() | |
virtual | ~DTRCallback () |
Empty virtual destructor. | |
|
virtual |
Defines the callback method called when a DTR is pushed to this object.
The automatic memory management of DTR_ptr ensures that the DTR object is only deleted when the last copy is deleted.
Implements DataStaging::DTRCallback.