mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2026-09-16 20:04:15 +00:00
Update doxygen documentation.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.15.0"/>
|
||||
<meta name="generator" content="Doxygen 1.16.1"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>libaaruformat: BlockHeader Struct Reference</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
@@ -35,7 +35,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.15.0 -->
|
||||
<!-- Generated by Doxygen 1.16.1 -->
|
||||
<script type="text/javascript">
|
||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
</script>
|
||||
@@ -100,21 +100,21 @@ $(function(){initNavTree('structBlockHeader.html','',''); });
|
||||
<table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 id="header-pub-attribs" class="groupheader"><a id="pub-attribs" name="pub-attribs"></a>
|
||||
Data Fields</h2></td></tr>
|
||||
<tr class="memitem:a3b03f118fb2dc3dcef3f87a82238e358" id="r_a3b03f118fb2dc3dcef3f87a82238e358"><td class="memItemLeft" align="right" valign="top">uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="#a3b03f118fb2dc3dcef3f87a82238e358">identifier</a></td></tr>
|
||||
<tr class="memitem:a3b03f118fb2dc3dcef3f87a82238e358" id="r_a3b03f118fb2dc3dcef3f87a82238e358"><td class="memItemLeft">uint32_t </td><td class="memItemRight"><a class="el" href="#a3b03f118fb2dc3dcef3f87a82238e358">identifier</a></td></tr>
|
||||
<tr class="memdesc:a3b03f118fb2dc3dcef3f87a82238e358"><td class="mdescLeft"> </td><td class="mdescRight">Block identifier, must be BlockType::DataBlock. <br /></td></tr>
|
||||
<tr class="memitem:ac31ad48f3362a43175c94ec2e30662ad" id="r_ac31ad48f3362a43175c94ec2e30662ad"><td class="memItemLeft" align="right" valign="top">uint16_t </td><td class="memItemRight" valign="bottom"><a class="el" href="#ac31ad48f3362a43175c94ec2e30662ad">type</a></td></tr>
|
||||
<tr class="memdesc:ac31ad48f3362a43175c94ec2e30662ad"><td class="mdescLeft"> </td><td class="mdescRight">Logical data classification (value from <a class="el" href="enums_8h.html#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>). <br /></td></tr>
|
||||
<tr class="memitem:ad68963422fd2a5f6d0e0be751cbef559" id="r_ad68963422fd2a5f6d0e0be751cbef559"><td class="memItemLeft" align="right" valign="top">uint16_t </td><td class="memItemRight" valign="bottom"><a class="el" href="#ad68963422fd2a5f6d0e0be751cbef559">compression</a></td></tr>
|
||||
<tr class="memdesc:ad68963422fd2a5f6d0e0be751cbef559"><td class="mdescLeft"> </td><td class="mdescRight">Compression algorithm used (value from <a class="el" href="enums_8h.html#affec749ed88365143745313ae9168263">CompressionType</a>). <br /></td></tr>
|
||||
<tr class="memitem:a5bd50f95c8c1f91e5013a1a154690beb" id="r_a5bd50f95c8c1f91e5013a1a154690beb"><td class="memItemLeft" align="right" valign="top">uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="#a5bd50f95c8c1f91e5013a1a154690beb">sectorSize</a></td></tr>
|
||||
<tr class="memitem:ac31ad48f3362a43175c94ec2e30662ad" id="r_ac31ad48f3362a43175c94ec2e30662ad"><td class="memItemLeft">uint16_t </td><td class="memItemRight"><a class="el" href="#ac31ad48f3362a43175c94ec2e30662ad">type</a></td></tr>
|
||||
<tr class="memdesc:ac31ad48f3362a43175c94ec2e30662ad"><td class="mdescLeft"> </td><td class="mdescRight">Logical data classification (value from <a class="el" href="enums_8h.html#ad8ed01ff3ff33333d8e19db4d2818bb6" title="DataType">DataType</a>). <br /></td></tr>
|
||||
<tr class="memitem:ad68963422fd2a5f6d0e0be751cbef559" id="r_ad68963422fd2a5f6d0e0be751cbef559"><td class="memItemLeft">uint16_t </td><td class="memItemRight"><a class="el" href="#ad68963422fd2a5f6d0e0be751cbef559">compression</a></td></tr>
|
||||
<tr class="memdesc:ad68963422fd2a5f6d0e0be751cbef559"><td class="mdescLeft"> </td><td class="mdescRight">Compression algorithm used (value from <a class="el" href="enums_8h.html#affec749ed88365143745313ae9168263" title="CompressionType">CompressionType</a>). <br /></td></tr>
|
||||
<tr class="memitem:a5bd50f95c8c1f91e5013a1a154690beb" id="r_a5bd50f95c8c1f91e5013a1a154690beb"><td class="memItemLeft">uint32_t </td><td class="memItemRight"><a class="el" href="#a5bd50f95c8c1f91e5013a1a154690beb">sectorSize</a></td></tr>
|
||||
<tr class="memdesc:a5bd50f95c8c1f91e5013a1a154690beb"><td class="mdescLeft"> </td><td class="mdescRight">Size in bytes of each logical sector represented in this block. <br /></td></tr>
|
||||
<tr class="memitem:a0ee87beb4362823260f70a87ac17379f" id="r_a0ee87beb4362823260f70a87ac17379f"><td class="memItemLeft" align="right" valign="top">uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="#a0ee87beb4362823260f70a87ac17379f">cmpLength</a></td></tr>
|
||||
<tr class="memitem:a0ee87beb4362823260f70a87ac17379f" id="r_a0ee87beb4362823260f70a87ac17379f"><td class="memItemLeft">uint32_t </td><td class="memItemRight"><a class="el" href="#a0ee87beb4362823260f70a87ac17379f">cmpLength</a></td></tr>
|
||||
<tr class="memdesc:a0ee87beb4362823260f70a87ac17379f"><td class="mdescLeft"> </td><td class="mdescRight">Size in bytes of the compressed payload immediately following this header. <br /></td></tr>
|
||||
<tr class="memitem:a1f9f3204a10090709b28d0df4bb547e5" id="r_a1f9f3204a10090709b28d0df4bb547e5"><td class="memItemLeft" align="right" valign="top">uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="#a1f9f3204a10090709b28d0df4bb547e5">length</a></td></tr>
|
||||
<tr class="memitem:a1f9f3204a10090709b28d0df4bb547e5" id="r_a1f9f3204a10090709b28d0df4bb547e5"><td class="memItemLeft">uint32_t </td><td class="memItemRight"><a class="el" href="#a1f9f3204a10090709b28d0df4bb547e5">length</a></td></tr>
|
||||
<tr class="memdesc:a1f9f3204a10090709b28d0df4bb547e5"><td class="mdescLeft"> </td><td class="mdescRight">Size in bytes of the uncompressed payload resulting after decompression. <br /></td></tr>
|
||||
<tr class="memitem:a8ff40eae6c49f0d9b49825f75e1e2bf8" id="r_a8ff40eae6c49f0d9b49825f75e1e2bf8"><td class="memItemLeft" align="right" valign="top">uint64_t </td><td class="memItemRight" valign="bottom"><a class="el" href="#a8ff40eae6c49f0d9b49825f75e1e2bf8">cmpCrc64</a></td></tr>
|
||||
<tr class="memitem:a8ff40eae6c49f0d9b49825f75e1e2bf8" id="r_a8ff40eae6c49f0d9b49825f75e1e2bf8"><td class="memItemLeft">uint64_t </td><td class="memItemRight"><a class="el" href="#a8ff40eae6c49f0d9b49825f75e1e2bf8">cmpCrc64</a></td></tr>
|
||||
<tr class="memdesc:a8ff40eae6c49f0d9b49825f75e1e2bf8"><td class="mdescLeft"> </td><td class="mdescRight">CRC64-ECMA of the compressed payload (cmpLength bytes). <br /></td></tr>
|
||||
<tr class="memitem:ab4d9e3a871e0c7f12a881017dac4ca12" id="r_ab4d9e3a871e0c7f12a881017dac4ca12"><td class="memItemLeft" align="right" valign="top">uint64_t </td><td class="memItemRight" valign="bottom"><a class="el" href="#ab4d9e3a871e0c7f12a881017dac4ca12">crc64</a></td></tr>
|
||||
<tr class="memitem:ab4d9e3a871e0c7f12a881017dac4ca12" id="r_ab4d9e3a871e0c7f12a881017dac4ca12"><td class="memItemLeft">uint64_t </td><td class="memItemRight"><a class="el" href="#ab4d9e3a871e0c7f12a881017dac4ca12">crc64</a></td></tr>
|
||||
<tr class="memdesc:ab4d9e3a871e0c7f12a881017dac4ca12"><td class="mdescLeft"> </td><td class="mdescRight">CRC64-ECMA of the uncompressed payload (length bytes). <br /></td></tr>
|
||||
</table>
|
||||
<a name="details" id="details"></a><h2 id="header-details" class="groupheader">Detailed Description</h2>
|
||||
@@ -149,7 +149,7 @@ Data Fields</h2></td></tr>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="data_8h_source.html#l00078">78</a> of file <a class="el" href="data_8h_source.html">data.h</a>.</p>
|
||||
|
||||
<p class="reference">Referenced by <a class="el" href="write_8c_source.html#l01438">aaruf_close_current_block()</a>, <a class="el" href="verify_8c_source.html#l00130">aaruf_verify_image()</a>, <a class="el" href="close_8c_source.html#l01964">write_dvd_long_sector_blocks()</a>, <a class="el" href="close_8c_source.html#l02461">write_dvd_title_key_decrypted_block()</a>, <a class="el" href="close_8c_source.html#l02640">write_media_tags()</a>, <a class="el" href="close_8c_source.html#l00914">write_mode2_subheaders_block()</a>, <a class="el" href="close_8c_source.html#l01045">write_sector_prefix()</a>, <a class="el" href="close_8c_source.html#l01647">write_sector_subchannel()</a>, and <a class="el" href="close_8c_source.html#l01182">write_sector_suffix()</a>.</p>
|
||||
<p class="reference">Referenced by <a class="el" href="write_8c_source.html#l01536">aaruf_close_current_block()</a>, <a class="el" href="verify_8c_source.html#l00130">aaruf_verify_image()</a>, <a class="el" href="erasure_8c_source.html#l00304">ec_flush_data_stripe()</a>, <a class="el" href="erasure_8c_source.html#l00495">ec_write_batch_parity()</a>, <a class="el" href="close__write_8c_source.html#l02105">write_dvd_long_sector_blocks()</a>, <a class="el" href="close__write_8c_source.html#l02666">write_dvd_title_key_decrypted_block()</a>, <a class="el" href="close__write_8c_source.html#l02863">write_media_tags()</a>, <a class="el" href="close__write_8c_source.html#l00942">write_mode2_subheaders_block()</a>, <a class="el" href="close__write_8c_source.html#l01089">write_sector_prefix()</a>, <a class="el" href="close__write_8c_source.html#l01759">write_sector_subchannel()</a>, and <a class="el" href="close__write_8c_source.html#l01242">write_sector_suffix()</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -169,7 +169,7 @@ Data Fields</h2></td></tr>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="data_8h_source.html#l00076">76</a> of file <a class="el" href="data_8h_source.html">data.h</a>.</p>
|
||||
|
||||
<p class="reference">Referenced by <a class="el" href="write_8c_source.html#l01438">aaruf_close_current_block()</a>, <a class="el" href="read_8c_source.html#l00253">aaruf_read_sector()</a>, <a class="el" href="verify_8c_source.html#l00130">aaruf_verify_image()</a>, <a class="el" href="data_8c_source.html#l00071">process_data_block()</a>, <a class="el" href="close_8c_source.html#l01964">write_dvd_long_sector_blocks()</a>, <a class="el" href="close_8c_source.html#l02461">write_dvd_title_key_decrypted_block()</a>, <a class="el" href="close_8c_source.html#l02640">write_media_tags()</a>, <a class="el" href="close_8c_source.html#l00914">write_mode2_subheaders_block()</a>, <a class="el" href="close_8c_source.html#l01045">write_sector_prefix()</a>, <a class="el" href="close_8c_source.html#l01647">write_sector_subchannel()</a>, and <a class="el" href="close_8c_source.html#l01182">write_sector_suffix()</a>.</p>
|
||||
<p class="reference">Referenced by <a class="el" href="write_8c_source.html#l01536">aaruf_close_current_block()</a>, <a class="el" href="read_8c_source.html#l00352">aaruf_read_sector()</a>, <a class="el" href="verify_8c_source.html#l00130">aaruf_verify_image()</a>, <a class="el" href="erasure_8c_source.html#l00642">ec_collect_blocks_by_type()</a>, <a class="el" href="erasure_8c_source.html#l00690">ec_finalize()</a>, <a class="el" href="erasure_8c_source.html#l00304">ec_flush_data_stripe()</a>, <a class="el" href="erasure_8c_source.html#l01145">ec_recover_data_block()</a>, <a class="el" href="erasure_8c_source.html#l00495">ec_write_batch_parity()</a>, <a class="el" href="data_8c_source.html#l00072">process_data_block()</a>, <a class="el" href="close__write_8c_source.html#l02105">write_dvd_long_sector_blocks()</a>, <a class="el" href="close__write_8c_source.html#l02666">write_dvd_title_key_decrypted_block()</a>, <a class="el" href="close__write_8c_source.html#l02863">write_media_tags()</a>, <a class="el" href="close__write_8c_source.html#l00942">write_mode2_subheaders_block()</a>, <a class="el" href="close__write_8c_source.html#l01089">write_sector_prefix()</a>, <a class="el" href="close__write_8c_source.html#l01759">write_sector_subchannel()</a>, and <a class="el" href="close__write_8c_source.html#l01242">write_sector_suffix()</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -185,11 +185,11 @@ Data Fields</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Compression algorithm used (value from <a class="el" href="enums_8h.html#affec749ed88365143745313ae9168263">CompressionType</a>). </p>
|
||||
<p>Compression algorithm used (value from <a class="el" href="enums_8h.html#affec749ed88365143745313ae9168263" title="CompressionType">CompressionType</a>). </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="data_8h_source.html#l00074">74</a> of file <a class="el" href="data_8h_source.html">data.h</a>.</p>
|
||||
|
||||
<p class="reference">Referenced by <a class="el" href="write_8c_source.html#l01438">aaruf_close_current_block()</a>, <a class="el" href="read_8c_source.html#l00253">aaruf_read_sector()</a>, <a class="el" href="verify_8c_source.html#l00130">aaruf_verify_image()</a>, <a class="el" href="write_8c_source.html#l00099">aaruf_write_sector()</a>, <a class="el" href="data_8c_source.html#l00071">process_data_block()</a>, <a class="el" href="close_8c_source.html#l01964">write_dvd_long_sector_blocks()</a>, <a class="el" href="close_8c_source.html#l02461">write_dvd_title_key_decrypted_block()</a>, <a class="el" href="close_8c_source.html#l02640">write_media_tags()</a>, <a class="el" href="close_8c_source.html#l00914">write_mode2_subheaders_block()</a>, <a class="el" href="close_8c_source.html#l01045">write_sector_prefix()</a>, <a class="el" href="close_8c_source.html#l01647">write_sector_subchannel()</a>, and <a class="el" href="close_8c_source.html#l01182">write_sector_suffix()</a>.</p>
|
||||
<p class="reference">Referenced by <a class="el" href="write_8c_source.html#l01536">aaruf_close_current_block()</a>, <a class="el" href="read_8c_source.html#l00352">aaruf_read_sector()</a>, <a class="el" href="verify_8c_source.html#l00130">aaruf_verify_image()</a>, <a class="el" href="write_8c_source.html#l00102">aaruf_write_sector()</a>, <a class="el" href="erasure_8c_source.html#l00228">ec_accumulate_data_block()</a>, <a class="el" href="erasure_8c_source.html#l00304">ec_flush_data_stripe()</a>, <a class="el" href="erasure_8c_source.html#l01145">ec_recover_data_block()</a>, <a class="el" href="erasure_8c_source.html#l00495">ec_write_batch_parity()</a>, <a class="el" href="data_8c_source.html#l00072">process_data_block()</a>, <a class="el" href="close__write_8c_source.html#l02105">write_dvd_long_sector_blocks()</a>, <a class="el" href="close__write_8c_source.html#l02666">write_dvd_title_key_decrypted_block()</a>, <a class="el" href="close__write_8c_source.html#l02863">write_media_tags()</a>, <a class="el" href="close__write_8c_source.html#l00942">write_mode2_subheaders_block()</a>, <a class="el" href="close__write_8c_source.html#l01089">write_sector_prefix()</a>, <a class="el" href="close__write_8c_source.html#l01759">write_sector_subchannel()</a>, and <a class="el" href="close__write_8c_source.html#l01242">write_sector_suffix()</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@ Data Fields</h2></td></tr>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="data_8h_source.html#l00079">79</a> of file <a class="el" href="data_8h_source.html">data.h</a>.</p>
|
||||
|
||||
<p class="reference">Referenced by <a class="el" href="write_8c_source.html#l01438">aaruf_close_current_block()</a>, <a class="el" href="data_8c_source.html#l00071">process_data_block()</a>, <a class="el" href="close_8c_source.html#l01964">write_dvd_long_sector_blocks()</a>, <a class="el" href="close_8c_source.html#l02461">write_dvd_title_key_decrypted_block()</a>, <a class="el" href="close_8c_source.html#l02640">write_media_tags()</a>, <a class="el" href="close_8c_source.html#l00914">write_mode2_subheaders_block()</a>, <a class="el" href="close_8c_source.html#l01045">write_sector_prefix()</a>, <a class="el" href="close_8c_source.html#l01647">write_sector_subchannel()</a>, and <a class="el" href="close_8c_source.html#l01182">write_sector_suffix()</a>.</p>
|
||||
<p class="reference">Referenced by <a class="el" href="write_8c_source.html#l01536">aaruf_close_current_block()</a>, <a class="el" href="erasure_8c_source.html#l00304">ec_flush_data_stripe()</a>, <a class="el" href="erasure_8c_source.html#l01145">ec_recover_data_block()</a>, <a class="el" href="erasure_8c_source.html#l00495">ec_write_batch_parity()</a>, <a class="el" href="data_8c_source.html#l00072">process_data_block()</a>, <a class="el" href="close__write_8c_source.html#l02105">write_dvd_long_sector_blocks()</a>, <a class="el" href="close__write_8c_source.html#l02666">write_dvd_title_key_decrypted_block()</a>, <a class="el" href="close__write_8c_source.html#l02863">write_media_tags()</a>, <a class="el" href="close__write_8c_source.html#l00942">write_mode2_subheaders_block()</a>, <a class="el" href="close__write_8c_source.html#l01089">write_sector_prefix()</a>, <a class="el" href="close__write_8c_source.html#l01759">write_sector_subchannel()</a>, and <a class="el" href="close__write_8c_source.html#l01242">write_sector_suffix()</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -229,7 +229,7 @@ Data Fields</h2></td></tr>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="data_8h_source.html#l00072">72</a> of file <a class="el" href="data_8h_source.html">data.h</a>.</p>
|
||||
|
||||
<p class="reference">Referenced by <a class="el" href="write_8c_source.html#l00099">aaruf_write_sector()</a>, <a class="el" href="data_8c_source.html#l00071">process_data_block()</a>, <a class="el" href="close_8c_source.html#l01964">write_dvd_long_sector_blocks()</a>, <a class="el" href="close_8c_source.html#l02461">write_dvd_title_key_decrypted_block()</a>, <a class="el" href="close_8c_source.html#l02640">write_media_tags()</a>, <a class="el" href="close_8c_source.html#l00914">write_mode2_subheaders_block()</a>, <a class="el" href="close_8c_source.html#l01045">write_sector_prefix()</a>, <a class="el" href="close_8c_source.html#l01647">write_sector_subchannel()</a>, and <a class="el" href="close_8c_source.html#l01182">write_sector_suffix()</a>.</p>
|
||||
<p class="reference">Referenced by <a class="el" href="read_8c_source.html#l00352">aaruf_read_sector()</a>, <a class="el" href="write_8c_source.html#l00102">aaruf_write_sector()</a>, <a class="el" href="erasure_8c_source.html#l00304">ec_flush_data_stripe()</a>, <a class="el" href="erasure_8c_source.html#l00495">ec_write_batch_parity()</a>, <a class="el" href="data_8c_source.html#l00072">process_data_block()</a>, <a class="el" href="close__write_8c_source.html#l02105">write_dvd_long_sector_blocks()</a>, <a class="el" href="close__write_8c_source.html#l02666">write_dvd_title_key_decrypted_block()</a>, <a class="el" href="close__write_8c_source.html#l02863">write_media_tags()</a>, <a class="el" href="close__write_8c_source.html#l00942">write_mode2_subheaders_block()</a>, <a class="el" href="close__write_8c_source.html#l01089">write_sector_prefix()</a>, <a class="el" href="close__write_8c_source.html#l01759">write_sector_subchannel()</a>, and <a class="el" href="close__write_8c_source.html#l01242">write_sector_suffix()</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -249,7 +249,7 @@ Data Fields</h2></td></tr>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="data_8h_source.html#l00077">77</a> of file <a class="el" href="data_8h_source.html">data.h</a>.</p>
|
||||
|
||||
<p class="reference">Referenced by <a class="el" href="write_8c_source.html#l01438">aaruf_close_current_block()</a>, <a class="el" href="read_8c_source.html#l00253">aaruf_read_sector()</a>, <a class="el" href="data_8c_source.html#l00071">process_data_block()</a>, <a class="el" href="close_8c_source.html#l01964">write_dvd_long_sector_blocks()</a>, <a class="el" href="close_8c_source.html#l02461">write_dvd_title_key_decrypted_block()</a>, <a class="el" href="close_8c_source.html#l02640">write_media_tags()</a>, <a class="el" href="close_8c_source.html#l00914">write_mode2_subheaders_block()</a>, <a class="el" href="close_8c_source.html#l01045">write_sector_prefix()</a>, <a class="el" href="close_8c_source.html#l01647">write_sector_subchannel()</a>, and <a class="el" href="close_8c_source.html#l01182">write_sector_suffix()</a>.</p>
|
||||
<p class="reference">Referenced by <a class="el" href="write_8c_source.html#l01536">aaruf_close_current_block()</a>, <a class="el" href="read_8c_source.html#l00352">aaruf_read_sector()</a>, <a class="el" href="erasure_8c_source.html#l00304">ec_flush_data_stripe()</a>, <a class="el" href="erasure_8c_source.html#l01145">ec_recover_data_block()</a>, <a class="el" href="erasure_8c_source.html#l00495">ec_write_batch_parity()</a>, <a class="el" href="data_8c_source.html#l00072">process_data_block()</a>, <a class="el" href="close__write_8c_source.html#l02105">write_dvd_long_sector_blocks()</a>, <a class="el" href="close__write_8c_source.html#l02666">write_dvd_title_key_decrypted_block()</a>, <a class="el" href="close__write_8c_source.html#l02863">write_media_tags()</a>, <a class="el" href="close__write_8c_source.html#l00942">write_mode2_subheaders_block()</a>, <a class="el" href="close__write_8c_source.html#l01089">write_sector_prefix()</a>, <a class="el" href="close__write_8c_source.html#l01759">write_sector_subchannel()</a>, and <a class="el" href="close__write_8c_source.html#l01242">write_sector_suffix()</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -269,7 +269,7 @@ Data Fields</h2></td></tr>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="data_8h_source.html#l00075">75</a> of file <a class="el" href="data_8h_source.html">data.h</a>.</p>
|
||||
|
||||
<p class="reference">Referenced by <a class="el" href="write_8c_source.html#l01438">aaruf_close_current_block()</a>, <a class="el" href="read_8c_source.html#l00253">aaruf_read_sector()</a>, <a class="el" href="write_8c_source.html#l00099">aaruf_write_sector()</a>, and <a class="el" href="data_8c_source.html#l00071">process_data_block()</a>.</p>
|
||||
<p class="reference">Referenced by <a class="el" href="write_8c_source.html#l01536">aaruf_close_current_block()</a>, <a class="el" href="read_8c_source.html#l00352">aaruf_read_sector()</a>, <a class="el" href="erasure_8c_source.html#l00082">aaruf_set_erasure_coding()</a>, <a class="el" href="write_8c_source.html#l00102">aaruf_write_sector()</a>, <a class="el" href="erasure_8c_source.html#l00304">ec_flush_data_stripe()</a>, <a class="el" href="erasure_8c_source.html#l01145">ec_recover_data_block()</a>, and <a class="el" href="data_8c_source.html#l00072">process_data_block()</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -285,11 +285,11 @@ Data Fields</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Logical data classification (value from <a class="el" href="enums_8h.html#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>). </p>
|
||||
<p>Logical data classification (value from <a class="el" href="enums_8h.html#ad8ed01ff3ff33333d8e19db4d2818bb6" title="DataType">DataType</a>). </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="data_8h_source.html#l00073">73</a> of file <a class="el" href="data_8h_source.html">data.h</a>.</p>
|
||||
|
||||
<p class="reference">Referenced by <a class="el" href="write_8c_source.html#l00099">aaruf_write_sector()</a>, <a class="el" href="data_8c_source.html#l00071">process_data_block()</a>, <a class="el" href="close_8c_source.html#l01964">write_dvd_long_sector_blocks()</a>, <a class="el" href="close_8c_source.html#l02461">write_dvd_title_key_decrypted_block()</a>, <a class="el" href="close_8c_source.html#l02640">write_media_tags()</a>, <a class="el" href="close_8c_source.html#l00914">write_mode2_subheaders_block()</a>, <a class="el" href="close_8c_source.html#l01045">write_sector_prefix()</a>, <a class="el" href="close_8c_source.html#l01647">write_sector_subchannel()</a>, and <a class="el" href="close_8c_source.html#l01182">write_sector_suffix()</a>.</p>
|
||||
<p class="reference">Referenced by <a class="el" href="write_8c_source.html#l00102">aaruf_write_sector()</a>, <a class="el" href="erasure_8c_source.html#l00304">ec_flush_data_stripe()</a>, <a class="el" href="erasure_8c_source.html#l00495">ec_write_batch_parity()</a>, <a class="el" href="data_8c_source.html#l00072">process_data_block()</a>, <a class="el" href="close__write_8c_source.html#l02105">write_dvd_long_sector_blocks()</a>, <a class="el" href="close__write_8c_source.html#l02666">write_dvd_title_key_decrypted_block()</a>, <a class="el" href="close__write_8c_source.html#l02863">write_media_tags()</a>, <a class="el" href="close__write_8c_source.html#l00942">write_mode2_subheaders_block()</a>, <a class="el" href="close__write_8c_source.html#l01089">write_sector_prefix()</a>, <a class="el" href="close__write_8c_source.html#l01759">write_sector_subchannel()</a>, and <a class="el" href="close__write_8c_source.html#l01242">write_sector_suffix()</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -310,7 +310,7 @@ Data Fields</h2></td></tr>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a href="structBlockHeader.html">BlockHeader</a></li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.15.0 </li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.16.1 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user