![]() |
Fraxinus
16.5.0-fx-rc8
An IGT application
|
Handles the us acquisition process.The USAcquisition object attaches itself to an input Acquisition object and records ultrasound data when the Acquisiton records. More...
#include <cxUSAcquisition.h>
Signals | |
| void | acquisitionDataReady () |
| emitted when data is acquired and sent to the reconstruction module More... | |
| void | saveDataCompleted (QString mhdFilename) |
| emitted when data has been saved to file More... | |
| void | readinessChanged () |
Public Member Functions | |
| USAcquisition (AcquisitionPtr base, QObject *parent=0) | |
| virtual | ~USAcquisition () |
| int | getNumberOfSavingThreads () const |
| bool | isReady (AcquisitionService::TYPES context) const |
| QString | getInfoText (AcquisitionService::TYPES context) const |
Handles the us acquisition process.
The USAcquisition object attaches itself to an input Acquisition object and records ultrasound data when the Acquisiton records.
After a successful acquisition, the data is both sent to the reconstructer and saved to disk. saveDataCompleted() is emitted after a successful save of each video stream.
Definition at line 78 of file cxUSAcquisition.h.
| cx::USAcquisition::USAcquisition | ( | AcquisitionPtr | base, |
| QObject * | parent = 0 |
||
| ) |
Definition at line 54 of file cxUSAcquisition.cpp.
|
virtual |
Definition at line 77 of file cxUSAcquisition.cpp.
|
signal |
emitted when data is acquired and sent to the reconstruction module
| QString cx::USAcquisition::getInfoText | ( | AcquisitionService::TYPES | context | ) | const |
Definition at line 99 of file cxUSAcquisition.cpp.
| int cx::USAcquisition::getNumberOfSavingThreads | ( | ) | const |
Definition at line 165 of file cxUSAcquisition.cpp.
| bool cx::USAcquisition::isReady | ( | AcquisitionService::TYPES | context | ) | const |
Definition at line 92 of file cxUSAcquisition.cpp.
|
signal |
Emitted if the readiness of the acq is changed. Use isReady() and getInfoText() get more info.
|
signal |
emitted when data has been saved to file