5 #ifndef ISMRMRD_WAVEFORM_H 6 #define ISMRMRD_WAVEFORM_H 47 EXPORTISMRMRD
int ismrmrd_size_of_waveform_data(
const ISMRMRD_Waveform* wav);
59 bool isFlagSet(
const uint64_t val);
60 void setFlag(
const uint64_t val);
61 void clearFlag(
const uint64_t val);
67 Waveform(
const Waveform &other);
68 Waveform(Waveform&& other);
71 Waveform & operator=(
const Waveform &other);
72 Waveform & operator=(Waveform &&other);
74 uint32_t* begin_data();
76 const uint32_t* begin_data()
const;
77 const uint32_t* end_data()
const;
84 #endif //ISMRMRD_WAVEFORM_H_H