mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Rename fields, methods and structs to more adequate names.
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
// ****************************************************************************/
|
||||
// //$Id$
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace DiscImageChef.Decoders.Floppy
|
||||
{
|
||||
@@ -47,7 +48,7 @@ namespace DiscImageChef.Decoders.Floppy
|
||||
/// <summary>
|
||||
/// Decoded Commodore GCR sector header
|
||||
/// </summary>
|
||||
public struct CommodoreSectorHeader
|
||||
public struct SectorHeader
|
||||
{
|
||||
/// <summary>
|
||||
/// Always 0x08
|
||||
@@ -78,7 +79,7 @@ namespace DiscImageChef.Decoders.Floppy
|
||||
/// <summary>
|
||||
/// Decoded Commodore GCR sector data
|
||||
/// </summary>
|
||||
public struct CommodoreSectorData
|
||||
public struct SectorData
|
||||
{
|
||||
/// <summary>
|
||||
/// Always 0x07
|
||||
|
||||
Reference in New Issue
Block a user