openMSX
Public Attributes | List of all members
openmsx::SectorBuffer Union Reference

#include <DiskImageUtils.hh>

Collaboration diagram for openmsx::SectorBuffer:
Collaboration graph
[legend]

Public Attributes

std::array< uint8_t, 512 > raw
 
MSXBootSector bootSector
 
std::array< MSXDirEntry, 16 > dirEntry
 
PartitionTableSunrise ptSunrise
 
PartitionTableNextor ptNextor
 
 AlignedBuffer
 

Detailed Description

Definition at line 126 of file DiskImageUtils.hh.

Member Data Documentation

◆ AlignedBuffer

openmsx::SectorBuffer::AlignedBuffer

Definition at line 132 of file DiskImageUtils.hh.

◆ bootSector

MSXBootSector openmsx::SectorBuffer::bootSector

◆ dirEntry

std::array<MSXDirEntry, 16> openmsx::SectorBuffer::dirEntry

Definition at line 129 of file DiskImageUtils.hh.

Referenced by openmsx::MSXtar::dirRaw(), and openmsx::MSXtar::renameItem().

◆ ptNextor

PartitionTableNextor openmsx::SectorBuffer::ptNextor

Definition at line 131 of file DiskImageUtils.hh.

◆ ptSunrise

PartitionTableSunrise openmsx::SectorBuffer::ptSunrise

Definition at line 130 of file DiskImageUtils.hh.

◆ raw

std::array<uint8_t, 512> openmsx::SectorBuffer::raw

The documentation for this union was generated from the following file: