16#ifndef O2_MID_RAWFILEREADER_H
17#define O2_MID_RAWFILEREADER_H
31 bool init(
const char* inFilename,
bool readContinuous =
false);
32 bool readHB(
bool sendCompleteHBs =
false);
39 const std::vector<uint8_t>&
getData() {
return mBytes; }
45 void read(
size_t nBytes);
46 bool replaceRDH(
size_t headerIndex);
48 std::ifstream mFile{};
49 std::vector<uint8_t> mBytes;
50 static constexpr unsigned int sHeaderSize{64};
51 bool mReadContinuous{
false};
void setCustomPayloadSize(uint16_t memorySize=0x2000, uint16_t offsetToNext=0x2000)
bool readHB(bool sendCompleteHBs=false)
const std::vector< uint8_t > & getData()
Gets the vector of data.
void setCustomRDH(const header::RAWDataHeader &rdh)
bool init(const char *inFilename, bool readContinuous=false)
int getState()
Gets the state.
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...