Transient Recorder Framework
Public Member Functions | List of all members
TRArrayCompletionCallback Class Referenceabstract

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...
 

Detailed Description

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.

Member Function Documentation

virtual bool TRArrayCompletionCallback::completeArray ( NDArray *  array)
pure virtual

Callback for final adjustment of the NDArray.

Parameters
arrayThe NDArray about to be submitted.
Returns
True to submit the array, false to inhibit submission.

The documentation for this class was generated from the following file: