RawSubFile support multi file access

This commit is contained in:
froejdh_e
2025-04-30 14:37:26 +02:00
parent 12ae1424fb
commit 07d201b9ad
12 changed files with 386 additions and 188 deletions

View File

@@ -140,6 +140,10 @@ std::optional<size_t> RawMasterFile::number_of_rows() const {
xy RawMasterFile::geometry() const { return m_geometry; }
size_t RawMasterFile::n_modules() const {
return m_geometry.row * m_geometry.col;
}
std::optional<uint8_t> RawMasterFile::quad() const { return m_quad; }
// optional values, these may or may not be present in the master file