mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2026-09-22 14:54:19 +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: TapePartitionHeader 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,13 +100,13 @@ $(function(){initNavTree('structTapePartitionHeader.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:ace597fc284e2191b65e69eb0be9f99f6" id="r_ace597fc284e2191b65e69eb0be9f99f6"><td class="memItemLeft" align="right" valign="top">uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="#ace597fc284e2191b65e69eb0be9f99f6">identifier</a></td></tr>
|
||||
<tr class="memitem:ace597fc284e2191b65e69eb0be9f99f6" id="r_ace597fc284e2191b65e69eb0be9f99f6"><td class="memItemLeft">uint32_t </td><td class="memItemRight"><a class="el" href="#ace597fc284e2191b65e69eb0be9f99f6">identifier</a></td></tr>
|
||||
<tr class="memdesc:ace597fc284e2191b65e69eb0be9f99f6"><td class="mdescLeft"> </td><td class="mdescRight">Block type identifier. <br /></td></tr>
|
||||
<tr class="memitem:a85cd855dac694aa7cf12177844d8b43e" id="r_a85cd855dac694aa7cf12177844d8b43e"><td class="memItemLeft" align="right" valign="top">uint8_t </td><td class="memItemRight" valign="bottom"><a class="el" href="#a85cd855dac694aa7cf12177844d8b43e">entries</a></td></tr>
|
||||
<tr class="memitem:a85cd855dac694aa7cf12177844d8b43e" id="r_a85cd855dac694aa7cf12177844d8b43e"><td class="memItemLeft">uint8_t </td><td class="memItemRight"><a class="el" href="#a85cd855dac694aa7cf12177844d8b43e">entries</a></td></tr>
|
||||
<tr class="memdesc:a85cd855dac694aa7cf12177844d8b43e"><td class="mdescLeft"> </td><td class="mdescRight">Number of partition entries following this header. <br /></td></tr>
|
||||
<tr class="memitem:a698bbe76b7612e2461f97f819e3830b7" id="r_a698bbe76b7612e2461f97f819e3830b7"><td class="memItemLeft" align="right" valign="top">uint64_t </td><td class="memItemRight" valign="bottom"><a class="el" href="#a698bbe76b7612e2461f97f819e3830b7">length</a></td></tr>
|
||||
<tr class="memitem:a698bbe76b7612e2461f97f819e3830b7" id="r_a698bbe76b7612e2461f97f819e3830b7"><td class="memItemLeft">uint64_t </td><td class="memItemRight"><a class="el" href="#a698bbe76b7612e2461f97f819e3830b7">length</a></td></tr>
|
||||
<tr class="memdesc:a698bbe76b7612e2461f97f819e3830b7"><td class="mdescLeft"> </td><td class="mdescRight">Size of entry data in bytes (excluding this header). <br /></td></tr>
|
||||
<tr class="memitem:a172a09251507f59bf607e4e2680f1bfc" id="r_a172a09251507f59bf607e4e2680f1bfc"><td class="memItemLeft" align="right" valign="top">uint64_t </td><td class="memItemRight" valign="bottom"><a class="el" href="#a172a09251507f59bf607e4e2680f1bfc">crc64</a></td></tr>
|
||||
<tr class="memitem:a172a09251507f59bf607e4e2680f1bfc" id="r_a172a09251507f59bf607e4e2680f1bfc"><td class="memItemLeft">uint64_t </td><td class="memItemRight"><a class="el" href="#a172a09251507f59bf607e4e2680f1bfc">crc64</a></td></tr>
|
||||
<tr class="memdesc:a172a09251507f59bf607e4e2680f1bfc"><td class="mdescLeft"> </td><td class="mdescRight">CRC64-ECMA checksum of the entry data. <br /></td></tr>
|
||||
</table>
|
||||
<a name="details" id="details"></a><h2 id="header-details" class="groupheader">Detailed Description</h2>
|
||||
@@ -187,7 +187,7 @@ Partition numbers referenced in <a class="el" href="structTapeFileEntry.html" ti
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="tape_8h_source.html#l00448">448</a> of file <a class="el" href="tape_8h_source.html">tape.h</a>.</p>
|
||||
|
||||
<p class="reference">Referenced by <a class="el" href="tape_8c_source.html#l00347">process_tape_partitions_block()</a>, and <a class="el" href="close_8c_source.html#l03162">write_tape_partition_block()</a>.</p>
|
||||
<p class="reference">Referenced by <a class="el" href="tape_8c_source.html#l00348">process_tape_partitions_block()</a>, and <a class="el" href="close__write_8c_source.html#l03400">write_tape_partition_block()</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -208,7 +208,7 @@ Partition numbers referenced in <a class="el" href="structTapeFileEntry.html" ti
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="tape_8h_source.html#l00444">444</a> of file <a class="el" href="tape_8h_source.html">tape.h</a>.</p>
|
||||
|
||||
<p class="reference">Referenced by <a class="el" href="tape_8c_source.html#l00347">process_tape_partitions_block()</a>.</p>
|
||||
<p class="reference">Referenced by <a class="el" href="tape_8c_source.html#l00348">process_tape_partitions_block()</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -229,7 +229,7 @@ Partition numbers referenced in <a class="el" href="structTapeFileEntry.html" ti
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="tape_8h_source.html#l00442">442</a> of file <a class="el" href="tape_8h_source.html">tape.h</a>.</p>
|
||||
|
||||
<p class="reference">Referenced by <a class="el" href="tape_8c_source.html#l00347">process_tape_partitions_block()</a>, and <a class="el" href="close_8c_source.html#l03162">write_tape_partition_block()</a>.</p>
|
||||
<p class="reference">Referenced by <a class="el" href="tape_8c_source.html#l00348">process_tape_partitions_block()</a>, and <a class="el" href="close__write_8c_source.html#l03400">write_tape_partition_block()</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -250,7 +250,7 @@ Partition numbers referenced in <a class="el" href="structTapeFileEntry.html" ti
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="tape_8h_source.html#l00446">446</a> of file <a class="el" href="tape_8h_source.html">tape.h</a>.</p>
|
||||
|
||||
<p class="reference">Referenced by <a class="el" href="close_8c_source.html#l03162">write_tape_partition_block()</a>.</p>
|
||||
<p class="reference">Referenced by <a class="el" href="close__write_8c_source.html#l03400">write_tape_partition_block()</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -271,7 +271,7 @@ Partition numbers referenced in <a class="el" href="structTapeFileEntry.html" ti
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a href="structTapePartitionHeader.html">TapePartitionHeader</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