Skip to content

Clarify autofilter acq obj

Wout De Nolf requested to merge clarify_autofilter_acq_obj into master

Rename autofilter acq. obj. classes so mortals can understand what they are for:

  • _Base: _AcquisitionObjectWrapper
  • _Slave: _AcquisitionSlaveWrapper
  • _SlaveIter: _IterableAcquisitionSlaveWrapper
  • _Master: _AcquisitionMasterWrapper
  • _MasterIter: _IterableAcquisitionMasterWrapper
  • _Lima: _LimaAcquisitionMasterWrapper

In addition _AcquisitionObjectWrapper forwards the acq_* calls to the wrapped acquisition object so that the reading_task is owned by the wrapped acquisition object and no mistake can be made when starting/stopping.

Edited by Wout De Nolf

Merge request reports