plptools
Loading...
Searching...
No Matches
drive.h File Reference
#include <cstdint>
#include <iostream>
#include <string>
#include <cstring>
#include "psitime.h"
#include "rfsv.h"
Include dependency graph for drive.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Drive
 A class representing information about a Disk drive on the psion. More...
 

Enumerations

enum class  MediaType : uint32_t {
  kNotPresent = 0 , kUnknown = 1 , kFloppy = 2 , kDisk = 3 ,
  kCompactDisc = 4 , kRAM = 5 , kFlashDisk = 6 , kROM = 7 ,
  kRemote = 8
}
 

Enumeration Type Documentation

◆ MediaType

enum class MediaType : uint32_t
strong
Enumerator
kNotPresent 
kUnknown 
kFloppy 
kDisk 
kCompactDisc 
kRAM 
kFlashDisk 
kROM 
kRemote 

Definition at line 31 of file drive.h.