12 #ifndef CXACQUISITIONSERVICENULL_H
13 #define CXACQUISITIONSERVICENULL_H
31 virtual bool isNull();
34 virtual std::vector<RecordSessionPtr> getSessions();
36 virtual bool isReady(TYPES context)
const;
37 virtual QString getInfoText(TYPES context)
const;
38 virtual STATE getState()
const;
39 virtual void startRecord(TYPES context, QString category,
RecordSessionPtr session);
40 virtual void stopRecord();
41 virtual void cancelRecord();
42 virtual void startPostProcessing();
43 virtual void stopPostProcessing();
45 virtual int getNumberOfSavingThreads()
const;
48 void printWarning()
const;
53 #endif // CXACQUISITIONSERVICENULL_H