libaaruformat 1.0
Aaru Data Preservation Suite - Format Library
Loading...
Searching...
No Matches
structs.h
Go to the documentation of this file.
1/*
2 * This file is part of the Aaru Data Preservation Suite.
3 * Copyright (c) 2019-2025 Natalia Portillo.
4 *
5 * This library is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU Lesser General Public License as
7 * published by the Free Software Foundation; either version 2.1 of the
8 * License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful, but
11 * WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
17 */
18
19#ifndef _MSC_VER
20#pragma clang diagnostic push
21#pragma ide diagnostic ignored "OCUnusedGlobalDeclarationInspection"
22#endif
23
24#ifndef LIBAARUFORMAT_STRUCTS_H
25#define LIBAARUFORMAT_STRUCTS_H
26
27#include <aaru.h>
28#include <stdbool.h>
29#include <stdio.h>
30
31#include "enums.h"
32#include "structs/checksum.h"
33#include "structs/data.h"
34#include "structs/ddt.h"
35#include "structs/dump.h"
36#include "structs/header.h"
37#include "structs/index.h"
38#include "structs/metadata.h"
39#include "structs/optical.h"
40#include "structs/options.h"
41#include "structs/tape.h"
42
43#endif // LIBAARUFORMAT_STRUCTS_H
44
45#ifndef _MSC_VER
46#pragma clang diagnostic pop
47#endif
Public high-level API types: media classifications, per-sector / per-media tag enums and image summar...
On-disk layout definitions for the checksum block (BlockType::ChecksumBlock).
On-disk layout structures for data-bearing and geometry blocks.
On-disk headers for Deduplication Data Tables (DDT) versions 1 and 2.
Packed on-disk structures describing hardware and software used during image acquisition.
On-disk container header structures (v1 and v2) for Aaru images.
On‑disk index block header and entry structures (versions 1, 2 and 3).
Packed on-disk metadata block headers for descriptive strings and CICM XML (if present).
On-disk structures describing optical disc tracks (Track list block).
< For bool type used in aaru_options.
Data structures for tape media support in Aaru disk images.