Pasti file Reader-Writer  1.0
Pasti files
Public Attributes | List of all members
Pasti.Track Class Reference

Contains information about one Track More...

Public Attributes

Sector[] sectors
 Array of Sectors More...
 
uint sectorCount
 Number of sectors for this track More...
 
byte[] trackData
 buffer for the track data if necessary More...
 
ushort firstSyncOffset
 First sync byte offset: This is the offset in byte of the first 0xA1 sync byte found in the track. More...
 
uint byteCount
 Number of bytes in the track More...
 
uint number
 track number More...
 
uint side
 track side More...
 
bool standardSectors = true
 All the sectors of the track follow the Atari standard More...
 
bool standardTrack = true
 The track follow the Atari standard More...
 

Detailed Description

Contains information about one Track

Definition at line 53 of file FloppyStruct.cs.

Member Data Documentation

uint Pasti.Track.byteCount

Number of bytes in the track

Definition at line 68 of file FloppyStruct.cs.

ushort Pasti.Track.firstSyncOffset

First sync byte offset: This is the offset in byte of the first 0xA1 sync byte found in the track.

This is usually the sync byte in front of the first address field.

Definition at line 65 of file FloppyStruct.cs.

uint Pasti.Track.number

track number

Definition at line 71 of file FloppyStruct.cs.

uint Pasti.Track.sectorCount

Number of sectors for this track

Definition at line 58 of file FloppyStruct.cs.

Sector [] Pasti.Track.sectors

Array of Sectors

Definition at line 55 of file FloppyStruct.cs.

uint Pasti.Track.side

track side

Definition at line 74 of file FloppyStruct.cs.

bool Pasti.Track.standardSectors = true

All the sectors of the track follow the Atari standard

This is used to define if Sector Descriptor are required

Definition at line 78 of file FloppyStruct.cs.

bool Pasti.Track.standardTrack = true

The track follow the Atari standard

This is used to define if Track Data is required

Definition at line 82 of file FloppyStruct.cs.

byte [] Pasti.Track.trackData

buffer for the track data if necessary

Definition at line 61 of file FloppyStruct.cs.


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