|
Pasti file Reader-Writer
1.0
Pasti files
|
Interaction logic for TrackBuffer.xaml More...
Inherits Window.
Public Member Functions | |
| BufferWindow () | |
| Create a new BufferWindow object. More... | |
| void | displaySectorBuffer (Floppy floppy, int track, int side) |
| Draw the content of the buffer More... | |
| void | displayTrackBuffer (Floppy floppy, int track, int side) |
| Display the content of the Track Information in a textbox More... | |
| void | drawBuffer (byte[] buffer, string message=null) |
| Display the content of TrackBuffer buffer in the displayBuffer TextBox More... | |
Interaction logic for TrackBuffer.xaml
Definition at line 47 of file BufferWindow.xaml.cs.
|
inline |
Create a new BufferWindow object.
Definition at line 51 of file BufferWindow.xaml.cs.
|
inline |
Draw the content of the buffer
| floppy | Pointer to the floppy disk structure |
| track | The track number of the track to display |
| side | The side of the track to display |
Definition at line 61 of file BufferWindow.xaml.cs.
|
inline |
Display the content of the Track Information in a textbox
| track | Specifies the track from the disk |
| side | Specifies the side from the disk |
| floppy | The floppy disk structure |
Definition at line 110 of file BufferWindow.xaml.cs.
|
inline |
Display the content of TrackBuffer buffer in the displayBuffer TextBox
| buffer | The buffer to display |
| message | an optional message to display before the buffer |
Definition at line 131 of file BufferWindow.xaml.cs.
1.8.9.1