4#ifndef _7f064e65_5ad8_491f_8d3b_c32973a3e14f
5#define _7f064e65_5ad8_491f_8d3b_c32973a3e14f
7#include <MrMeasSrv/MeasUtils/NLSStatus.h>
8#include <MrMeasSrv/SeqIF/MDH/MdhProxy.h>
10#include <MrProtSrv/Domain/CoreNative/SeqLim.h>
11#include <MrProtSrv/Domain/MrProtData/MrProt/MrProt.h>
12#include <MrProtSrv/Domain/MrProtData/MrProt/SeqIF/SeqExpo.h>
30 Sampling(Sampling
const &) =
default;
31 Sampling(Sampling &&) =
default;
32 Sampling & operator=(Sampling
const &) =
default;
33 Sampling & operator=(Sampling &&) =
default;
34 virtual ~Sampling() =
default;
37 virtual double phase()
const = 0;
82 virtual NLSStatus
updateReadout(MrProt & protocol, SeqLim & limits, SeqExpo & exports) = 0;
Readout object, composed of an ADC, a gradient pulse and a pair of NCO.
Definition Readout.h:20
RealTimeEvents()
No-op constructor.
virtual GradientSpecs const & gradientSpecs() const =0
Return the gradient specifications constraining the read-out duration.
std::size_t size() const
Return the number of trajectories.
virtual Sampling & setTimeOffset(long timeOffset)=0
Set the time offset to get the effective echo time, accounting e.g. for the time of the excitation pu...
virtual Readout const & readout() const =0
Return a reference to the concrete readout.
virtual long contrast() const =0
Return the contrast number.
virtual double phase() const =0
Return the phase of the NCO during the readout.
virtual Sampling & setPhase(double phase)=0
Set the phase of the NCO during the readout.
Sampling & setIndex(std::size_t index)
Set the index of the current trajectory.
std::size_t _index
Index of the current item.
Definition Sampling.h:92
virtual Sampling & setContrast(long contrast)=0
Set the contrast number.
std::size_t _size
Number of items in the Sampling.
Definition Sampling.h:89
std::size_t index() const
Return the index of the current trajectory.
virtual NLSStatus updateReadout(MrProt &protocol, SeqLim &limits, SeqExpo &exports)=0
Update the readout with respect to index so that a subsequent call to readout() returns a readout mat...
virtual Sampling & setGradientSpecs(GradientSpecs const &gradientSpecs)=0
Set the gradient specifications constraining the read-out duration.
virtual long timeOffset() const =0
Return the time offset to get the effective echo time, accounting e.g. for the time of the excitation...
#define DECLARE_POINTERS(name)
Declare pointer type aliases.
Definition helpers.h:83
Top-level namespace of the msl library.
Definition acceleration.h:17
Specifications of the gradient system.
Definition GradientSpecs.h:14