Skip to content

Commit

Permalink
Merge branch 'main' into feature/write-cphd-data-in-pieces
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Smith committed Oct 2, 2023
2 parents eebc2fa + 18a764e commit 98a5812
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions six/modules/c++/cphd/source/CPHDWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ static auto make_span(std::span<const std::byte> data, const cphd::Data::Support
const auto pData = data.data() + dataArray.arrayByteOffset;
return sys::make_span(pData, dataArray.size_bytes());
}
void CPHDWriter::writeSupportData(io::SeekableOutputStream& stream, std::span<const std::byte> data)
{
const auto supportBlockByteOffset = mHeader.getSupportBlockByteOffset();

sys::Off_T CPHDWriter::getSupportBlockByteOffset(const Data::SupportArray& dataArray) const
{
Expand Down

0 comments on commit 98a5812

Please sign in to comment.