33 #ifndef CXACQUISITIONDATA_H_
34 #define CXACQUISITIONDATA_H_
36 #include "org_custusx_acquisition_Export.h"
73 std::vector<RecordSessionPtr> getRecordSessions();
76 int getNewSessionId();
82 void addXml(QDomNode& dataNode);
83 void parseXml(QDomNode& dataNode);
87 void recordedSessionsChanged();
90 std::vector<RecordSessionPtr> mRecordSessions;
129 void startPostProcessing();
133 void stopPostProcessing();
157 void acquisitionStopped();
165 void readinessChanged();
177 void setReady(
bool val, QString text);
178 void checkIfReadySlot();
boost::shared_ptr< class UsReconstructionService > UsReconstructionServicePtr
boost::shared_ptr< class VisServices > VisServicesPtr
VisServicesPtr getServices()
boost::shared_ptr< class Acquisition > AcquisitionPtr
RecordSessionPtr getLatestSession()
boost::shared_ptr< class AcquisitionData > AcquisitionDataPtr
AcquisitionService::TYPES getCurrentContext() const
boost::shared_ptr< class RecordSession > RecordSessionPtr
AcquisitionService::STATE getState() const
UsReconstructionServicePtr getReconstructer()
AcquisitionDataPtr getPluginData()