<trclass="memdesc:a31cafff6f54acc9e019da447e94ace4a"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Head number the flux capture corresponds to. Typically 0 or 1 for double-sided media. <br/></td></tr>
<trclass="memdesc:a46108bba60946e7b7d4f41160e3dfd86"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Track number the flux capture corresponds to. Track numbering is format-dependent. <br/></td></tr>
<trclass="memdesc:abd12c00010d82cd83820dd3405b7b860"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Subtrack number, allowing sub-stepping within a track. Used for fine positioning. <br/></td></tr>
<trclass="memdesc:ae5af51709faf749501d44b242a57481c"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Capture index, allowing multiple captures for the same location (e.g., multiple revolutions). <br/></td></tr>
<trclass="memdesc:a12f64e1c66187ebbbdcdf03916293c95"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Resolution in picoseconds at which the index stream was sampled. <br/></td></tr>
<trclass="memdesc:a27c590b581f2ea33306f89e609c28c95"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Resolution in picoseconds at which the data stream was sampled. <br/></td></tr>
<trclass="memdesc:aaaaaf686bec81c632f8de3131b540946"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Byte offset within the payload where the index buffer starts (equals data_length). <br/></td></tr>
<trclass="memdesc:a3f5949d0feb9bdcf62afeb1acb1fa009"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Block-aligned file offset where the DataStreamPayloadBlock containing this capture's data is stored, divided by (1 << blockAlignmentShift). To get the absolute offset, multiply by (1 << blockAlignmentShift) from <aclass="el"href="structFluxHeader.html"title="Header structure for a FluxDataBlock containing flux capture metadata.">FluxHeader</a>. <br/></td></tr>
<divclass="textblock"><p>Metadata entry describing a single flux capture in the FluxDataBlock. </p>
<p>This structure describes one flux capture, including its location on the media, capture index, sampling resolutions, and file offsets to the payload data. Each <aclass="el"href="structFluxEntry.html"title="Metadata entry describing a single flux capture in the FluxDataBlock.">FluxEntry</a> corresponds to one DataStreamPayloadBlock containing the actual flux data.</p>
<p><b>Location Identification:</b> The head, track, and subtrack fields identify the physical location on the media where the capture was taken. The captureIndex allows multiple captures for the same location (e.g., multiple revolutions of a floppy disk track).</p>
<p><b>Payload Access:</b> The payloadOffset field points to the file offset where the corresponding DataStreamPayloadBlock is stored. The offset is stored divided by the block alignment (blockAlignmentShift from <aclass="el"href="structFluxHeader.html"title="Header structure for a FluxDataBlock containing flux capture metadata.">FluxHeader</a>), consistent with DDT table offset storage. To convert to an absolute file offset, multiply by (1 << blockAlignmentShift). The indexOffset field indicates where the index buffer starts within the payload (the payload is stored as [data_buffer][index_buffer] concatenated).</p>
<p><b>Resolution:</b> Both indexResolution and dataResolution are specified in picoseconds, indicating the precision of the timing measurements. These values are hardware-dependent and determine how accurately the flux transitions are represented.</p>
<dlclass="section note"><dt>Note</dt><dd>The combination of (head, track, subtrack, captureIndex) uniquely identifies a flux capture within an image. </dd>
<dd>
The indexOffset equals the data_length, as the index buffer immediately follows the data buffer in the payload. </dd></dl>
<pclass="definition">Definition at line <aclass="el"href="flux_8h_source.html#l00155">155</a> of file <aclass="el"href="flux_8h_source.html">flux.h</a>.</p>
<p>Capture index, allowing multiple captures for the same location (e.g., multiple revolutions). </p>
<pclass="definition">Definition at line <aclass="el"href="flux_8h_source.html#l00160">160</a> of file <aclass="el"href="flux_8h_source.html">flux.h</a>.</p>
<pclass="reference">Referenced by <aclass="el"href="flux_8c_source.html#l00483">aaruf_get_flux_captures()</a>, <aclass="el"href="flux_8c_source.html#l01258">aaruf_read_flux_capture()</a>, <aclass="el"href="flux_8c_source.html#l00602">aaruf_write_flux_capture()</a>, <aclass="el"href="flux_8c_source.html#l00819">find_flux_entry_by_key()</a>, <aclass="el"href="flux_8c_source.html#l00172">flux_map_rebuild_from_entries()</a>, and <aclass="el"href="close__write_8c_source.html#l04609">write_flux_capture_payload()</a>.</p>
<p>Resolution in picoseconds at which the data stream was sampled. </p>
<pclass="definition">Definition at line <aclass="el"href="flux_8h_source.html#l00162">162</a> of file <aclass="el"href="flux_8h_source.html">flux.h</a>.</p>
<pclass="reference">Referenced by <aclass="el"href="flux_8c_source.html#l00483">aaruf_get_flux_captures()</a>, <aclass="el"href="flux_8c_source.html#l00602">aaruf_write_flux_capture()</a>, and <aclass="el"href="close__write_8c_source.html#l04609">write_flux_capture_payload()</a>.</p>
<p>Head number the flux capture corresponds to. Typically 0 or 1 for double-sided media. </p>
<pclass="definition">Definition at line <aclass="el"href="flux_8h_source.html#l00157">157</a> of file <aclass="el"href="flux_8h_source.html">flux.h</a>.</p>
<pclass="reference">Referenced by <aclass="el"href="flux_8c_source.html#l00483">aaruf_get_flux_captures()</a>, <aclass="el"href="flux_8c_source.html#l01258">aaruf_read_flux_capture()</a>, <aclass="el"href="flux_8c_source.html#l00602">aaruf_write_flux_capture()</a>, <aclass="el"href="flux_8c_source.html#l00819">find_flux_entry_by_key()</a>, <aclass="el"href="flux_8c_source.html#l00172">flux_map_rebuild_from_entries()</a>, and <aclass="el"href="close__write_8c_source.html#l04609">write_flux_capture_payload()</a>.</p>
<p>Byte offset within the payload where the index buffer starts (equals data_length). </p>
<pclass="definition">Definition at line <aclass="el"href="flux_8h_source.html#l00163">163</a> of file <aclass="el"href="flux_8h_source.html">flux.h</a>.</p>
<pclass="reference">Referenced by <aclass="el"href="flux_8c_source.html#l00602">aaruf_write_flux_capture()</a>, <aclass="el"href="flux_8c_source.html#l01145">extract_flux_data_buffers()</a>, and <aclass="el"href="close__write_8c_source.html#l04609">write_flux_capture_payload()</a>.</p>
<p>Resolution in picoseconds at which the index stream was sampled. </p>
<pclass="definition">Definition at line <aclass="el"href="flux_8h_source.html#l00161">161</a> of file <aclass="el"href="flux_8h_source.html">flux.h</a>.</p>
<pclass="reference">Referenced by <aclass="el"href="flux_8c_source.html#l00483">aaruf_get_flux_captures()</a>, <aclass="el"href="flux_8c_source.html#l00602">aaruf_write_flux_capture()</a>, and <aclass="el"href="close__write_8c_source.html#l04609">write_flux_capture_payload()</a>.</p>
<p>Block-aligned file offset where the DataStreamPayloadBlock containing this capture's data is stored, divided by (1 << blockAlignmentShift). To get the absolute offset, multiply by (1 << blockAlignmentShift) from <aclass="el"href="structFluxHeader.html"title="Header structure for a FluxDataBlock containing flux capture metadata.">FluxHeader</a>. </p>
<pclass="definition">Definition at line <aclass="el"href="flux_8h_source.html#l00164">164</a> of file <aclass="el"href="flux_8h_source.html">flux.h</a>.</p>
<pclass="reference">Referenced by <aclass="el"href="flux_8c_source.html#l01258">aaruf_read_flux_capture()</a>, <aclass="el"href="flux_8c_source.html#l00602">aaruf_write_flux_capture()</a>, and <aclass="el"href="close__write_8c_source.html#l04609">write_flux_capture_payload()</a>.</p>
<p>Subtrack number, allowing sub-stepping within a track. Used for fine positioning. </p>
<pclass="definition">Definition at line <aclass="el"href="flux_8h_source.html#l00159">159</a> of file <aclass="el"href="flux_8h_source.html">flux.h</a>.</p>
<pclass="reference">Referenced by <aclass="el"href="flux_8c_source.html#l00483">aaruf_get_flux_captures()</a>, <aclass="el"href="flux_8c_source.html#l01258">aaruf_read_flux_capture()</a>, <aclass="el"href="flux_8c_source.html#l00602">aaruf_write_flux_capture()</a>, <aclass="el"href="flux_8c_source.html#l00819">find_flux_entry_by_key()</a>, <aclass="el"href="flux_8c_source.html#l00172">flux_map_rebuild_from_entries()</a>, and <aclass="el"href="close__write_8c_source.html#l04609">write_flux_capture_payload()</a>.</p>
<p>Track number the flux capture corresponds to. Track numbering is format-dependent. </p>
<pclass="definition">Definition at line <aclass="el"href="flux_8h_source.html#l00158">158</a> of file <aclass="el"href="flux_8h_source.html">flux.h</a>.</p>
<pclass="reference">Referenced by <aclass="el"href="flux_8c_source.html#l00483">aaruf_get_flux_captures()</a>, <aclass="el"href="flux_8c_source.html#l01258">aaruf_read_flux_capture()</a>, <aclass="el"href="flux_8c_source.html#l00602">aaruf_write_flux_capture()</a>, <aclass="el"href="flux_8c_source.html#l00819">find_flux_entry_by_key()</a>, <aclass="el"href="flux_8c_source.html#l00172">flux_map_rebuild_from_entries()</a>, and <aclass="el"href="close__write_8c_source.html#l04609">write_flux_capture_payload()</a>.</p>
<liclass="footer">Generated by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.16.1 </li>