Transient Recorder Framework
|
Callback class for final adjustment of the NDArray. More...
#include <TRChannelDataSubmit.h>
Public Member Functions | |
virtual bool | completeArray (NDArray *array)=0 |
Callback for final adjustment of the NDArray. More... | |
Callback class for final adjustment of the NDArray.
This can be used in TRChannelDataSubmit::submit in order to call a user-defined function before submitting the NDArray.
|
pure virtual |
Callback for final adjustment of the NDArray.
array | The NDArray about to be submitted. |