w11 - cpp 0.794
Backend server for Rlink and w11
|
FIXME_docs. More...
#include <Rw11UnitDisk.hpp>
Public Member Functions | |
Rw11UnitDisk (Rw11Cntl *pcntl, size_t index) | |
Constructor. | |
~Rw11UnitDisk () | |
Destructor. | |
virtual void | SetType (const std::string &type) |
FIXME_docs. | |
const std::string & | Type () const |
FIXME_docs. | |
virtual bool | Enabled () const |
FIXME_docs. | |
size_t | NCylinder () const |
FIXME_docs. | |
size_t | NHead () const |
FIXME_docs. | |
size_t | NSector () const |
FIXME_docs. | |
size_t | BlockSize () const |
FIXME_docs. | |
size_t | NBlock () const |
FIXME_docs. | |
uint32_t | Chs2Lba (uint16_t cy, uint16_t hd, uint16_t se) |
FIXME_docs. | |
void | Lba2Chs (uint32_t lba, uint16_t &cy, uint16_t &hd, uint16_t &se) |
FIXME_docs. | |
uint32_t | Nwrd2Nblk (uint32_t nwrd) |
FIXME_docs. | |
void | SetWProt (bool wprot) |
FIXME_docs. | |
bool | WProt () const |
FIXME_docs. | |
bool | VirtRead (size_t lba, size_t nblk, uint8_t *data, RerrMsg &emsg) |
FIXME_docs. | |
bool | VirtWrite (size_t lba, size_t nblk, const uint8_t *data, RerrMsg &emsg) |
FIXME_docs. | |
virtual void | Dump (std::ostream &os, int ind=0, const char *text=0, int detail=0) const |
FIXME_docs. | |
Public Member Functions inherited from Retro::Rw11UnitVirt< Rw11VirtDisk > | |
Rw11UnitVirt (Rw11Cntl *pcntl, size_t index) | |
Default constructor. | |
~Rw11UnitVirt () | |
Destructor. | |
bool | HasVirt () const |
FIXME_docs. | |
Rw11VirtDisk & | Virt () |
FIXME_docs. | |
const Rw11VirtDisk & | Virt () const |
FIXME_docs. | |
virtual Rw11Virt * | VirtBase () const |
FIXME_docs. | |
virtual bool | Attach (const std::string &url, RerrMsg &emsg) |
FIXME_docs. | |
virtual void | Detach () |
FIXME_docs. | |
virtual void | Dump (std::ostream &os, int ind=0, const char *text=0, int detail=0) const |
FIXME_docs. | |
Public Member Functions inherited from Retro::Rw11Unit | |
Rw11Unit (Rw11Cntl *pcntl, size_t index) | |
Constructor. | |
virtual | ~Rw11Unit () |
Destructor. | |
Rw11Unit (const Rw11Unit &)=delete | |
Rw11Unit & | operator= (const Rw11Unit &)=delete |
size_t | Index () const |
FIXME_docs. | |
std::string | Name () const |
FIXME_docs. | |
void | SetAttachOpts (const std::string &opts) |
FIXME_docs. | |
const std::string & | AttachOpts () const |
FIXME_docs. | |
Rw11Cntl & | CntlBase () const |
FIXME_docs. | |
Rw11Cpu & | Cpu () const |
FIXME_docs. | |
Rw11 & | W11 () const |
FIXME_docs. | |
RlinkServer & | Server () const |
FIXME_docs. | |
RlinkConnect & | Connect () const |
FIXME_docs. | |
RlogFile & | LogFile () const |
FIXME_docs. | |
virtual bool | Enabled () const |
FIXME_docs. | |
virtual Rw11Virt * | VirtBase () const =0 |
bool | IsAttached () const |
FIXME_docs. | |
const std::string & | AttachUrl () const |
FIXME_docs. | |
virtual bool | Attach (const std::string &url, RerrMsg &emsg) |
FIXME_docs. | |
virtual void | Detach () |
FIXME_docs. | |
Rstats & | Stats () |
FIXME_docs. | |
virtual void | Dump (std::ostream &os, int ind=0, const char *text=0, int detail=0) const |
FIXME_docs. | |
Protected Attributes | |
std::string | fType |
drive type | |
bool | fEnabled |
unit enabled | |
size_t | fNCyl |
size_t | fNHead |
size_t | fNSect |
size_t | fBlksize |
block size (in bytes) | |
size_t | fNBlock |
bool | fWProt |
unit write protected | |
Protected Attributes inherited from Retro::Rw11UnitVirt< Rw11VirtDisk > | |
std::unique_ptr< Rw11VirtDisk > | fupVirt |
Protected Attributes inherited from Retro::Rw11Unit | |
Rw11Cntl * | fpCntlBase |
plain Rw11Cntl ptr | |
size_t | fIndex |
unit number | |
std::string | fAttachOpts |
unit context options for attach | |
Rstats | fStats |
statistics | |
Additional Inherited Members | |
Public Types inherited from Retro::Rw11Unit | |
enum | stats { kDimStat = 0 } |
Static Public Attributes inherited from Retro::Rbits | |
static const uint8_t | kBBit00 = 1u<< 0 |
static const uint8_t | kBBit01 = 1u<< 1 |
static const uint8_t | kBBit02 = 1u<< 2 |
static const uint8_t | kBBit03 = 1u<< 3 |
static const uint8_t | kBBit04 = 1u<< 4 |
static const uint8_t | kBBit05 = 1u<< 5 |
static const uint8_t | kBBit06 = 1u<< 6 |
static const uint8_t | kBBit07 = 1u<< 7 |
static const uint16_t | kWBit00 = 1u<< 0 |
static const uint16_t | kWBit01 = 1u<< 1 |
static const uint16_t | kWBit02 = 1u<< 2 |
static const uint16_t | kWBit03 = 1u<< 3 |
static const uint16_t | kWBit04 = 1u<< 4 |
static const uint16_t | kWBit05 = 1u<< 5 |
static const uint16_t | kWBit06 = 1u<< 6 |
static const uint16_t | kWBit07 = 1u<< 7 |
static const uint16_t | kWBit08 = 1u<< 8 |
static const uint16_t | kWBit09 = 1u<< 9 |
static const uint16_t | kWBit10 = 1u<<10 |
static const uint16_t | kWBit11 = 1u<<11 |
static const uint16_t | kWBit12 = 1u<<12 |
static const uint16_t | kWBit13 = 1u<<13 |
static const uint16_t | kWBit14 = 1u<<14 |
static const uint16_t | kWBit15 = 1u<<15 |
static const uint32_t | kLBit00 = 1u<< 0 |
static const uint32_t | kLBit01 = 1u<< 1 |
static const uint32_t | kLBit02 = 1u<< 2 |
static const uint32_t | kLBit03 = 1u<< 3 |
static const uint32_t | kLBit04 = 1u<< 4 |
static const uint32_t | kLBit05 = 1u<< 5 |
static const uint32_t | kLBit06 = 1u<< 6 |
static const uint32_t | kLBit07 = 1u<< 7 |
static const uint32_t | kLBit08 = 1u<< 8 |
static const uint32_t | kLBit09 = 1u<< 9 |
static const uint32_t | kLBit10 = 1u<<10 |
static const uint32_t | kLBit11 = 1u<<11 |
static const uint32_t | kLBit12 = 1u<<12 |
static const uint32_t | kLBit13 = 1u<<13 |
static const uint32_t | kLBit14 = 1u<<14 |
static const uint32_t | kLBit15 = 1u<<15 |
static const uint32_t | kLBit16 = 1u<<16 |
static const uint32_t | kLBit17 = 1u<<17 |
static const uint32_t | kLBit18 = 1u<<18 |
static const uint32_t | kLBit19 = 1u<<19 |
static const uint32_t | kLBit20 = 1u<<20 |
static const uint32_t | kLBit21 = 1u<<21 |
static const uint32_t | kLBit22 = 1u<<22 |
static const uint32_t | kLBit23 = 1u<<23 |
static const uint32_t | kLBit24 = 1u<<24 |
static const uint32_t | kLBit25 = 1u<<25 |
static const uint32_t | kLBit26 = 1u<<26 |
static const uint32_t | kLBit27 = 1u<<27 |
static const uint32_t | kLBit28 = 1u<<28 |
static const uint32_t | kLBit29 = 1u<<29 |
static const uint32_t | kLBit30 = 1u<<30 |
static const uint32_t | kLBit31 = 1u<<31 |
Protected Member Functions inherited from Retro::Rw11Unit | |
virtual void | AttachDone () |
FIXME_docs. | |
virtual void | DetachCleanup () |
FIXME_docs. | |
virtual void | DetachDone () |
FIXME_docs. | |
FIXME_docs.
Definition at line 28 of file Rw11UnitDisk.hpp.
Retro::Rw11UnitDisk::Rw11UnitDisk | ( | Rw11Cntl * | pcntl, |
size_t | index | ||
) |
Constructor.
Definition at line 38 of file Rw11UnitDisk.cpp.
Retro::Rw11UnitDisk::~Rw11UnitDisk | ( | ) |
Destructor.
Definition at line 53 of file Rw11UnitDisk.cpp.
|
virtual |
FIXME_docs.
Reimplemented in Retro::Rw11UnitRHRP, and Retro::Rw11UnitRL11.
Definition at line 59 of file Rw11UnitDisk.cpp.
References fType.
Referenced by Retro::RtclRw11UnitDisk::SetupGetSet().
|
inline |
FIXME_docs.
Definition at line 23 of file Rw11UnitDisk.ipp.
References fType.
Referenced by Retro::RtclRw11CntlDiskBase< TC >::M_default(), Retro::RtclRw11UnitDisk::SetupGetSet(), Retro::Rw11CntlRHRP::UnitSetup(), and Retro::Rw11CntlRL11::UnitSetup().
|
inlinevirtual |
FIXME_docs.
Reimplemented from Retro::Rw11Unit.
Definition at line 31 of file Rw11UnitDisk.ipp.
References fEnabled.
Referenced by Retro::RtclRw11CntlDiskBase< TC >::M_default().
|
inline |
FIXME_docs.
Definition at line 39 of file Rw11UnitDisk.ipp.
References fNCyl.
Referenced by Retro::Rw11CntlRHRP::AttnHandler(), Retro::Rw11CntlRK11::AttnHandler(), Retro::RtclRw11CntlDiskBase< TC >::M_default(), and Retro::RtclRw11UnitDisk::SetupGetSet().
|
inline |
FIXME_docs.
Definition at line 47 of file Rw11UnitDisk.ipp.
References fNHead.
Referenced by Retro::Rw11CntlRHRP::AttnHandler(), Retro::RtclRw11CntlDiskBase< TC >::M_default(), and Retro::RtclRw11UnitDisk::SetupGetSet().
|
inline |
FIXME_docs.
Definition at line 55 of file Rw11UnitDisk.ipp.
References fNSect.
Referenced by Retro::Rw11CntlRL11::AddNormalExit(), Retro::Rw11CntlRHRP::AttnHandler(), Retro::Rw11CntlRK11::AttnHandler(), Retro::Rw11CntlRL11::AttnHandler(), Retro::RtclRw11CntlDiskBase< TC >::M_default(), and Retro::RtclRw11UnitDisk::SetupGetSet().
|
inline |
FIXME_docs.
Definition at line 63 of file Rw11UnitDisk.ipp.
References fBlksize.
Referenced by Retro::Rw11CntlRHRP::AttnHandler(), Retro::Rw11CntlRK11::AttnHandler(), Retro::Rw11CntlRL11::AttnHandler(), Retro::RtclRw11CntlDiskBase< TC >::M_default(), Nwrd2Nblk(), Retro::Rw11RdmaDisk::PostRdmaHook(), Retro::Rw11RdmaDisk::SetupDisk(), Retro::RtclRw11UnitDisk::SetupGetSet(), and Retro::Rw11RdmaDisk::WriteCheck().
|
inline |
FIXME_docs.
Definition at line 71 of file Rw11UnitDisk.ipp.
References fNBlock.
Referenced by Retro::Rw11CntlRHRP::AttnHandler(), Retro::Rw11CntlRK11::AttnHandler(), Retro::RtclRw11CntlDiskBase< TC >::M_default(), and Retro::RtclRw11UnitDisk::SetupGetSet().
|
inline |
FIXME_docs.
Definition at line 79 of file Rw11UnitDisk.ipp.
References fNHead, and fNSect.
Referenced by Retro::Rw11CntlRHRP::AttnHandler(), Retro::Rw11CntlRK11::AttnHandler(), and Retro::Rw11CntlRL11::AttnHandler().
|
inline |
FIXME_docs.
Definition at line 87 of file Rw11UnitDisk.ipp.
References fNHead, and fNSect.
Referenced by Retro::Rw11CntlRK11::AddNormalExit(), and Retro::Rw11CntlRHRP::AddNormalExit().
|
inline |
FIXME_docs.
Definition at line 99 of file Rw11UnitDisk.ipp.
References BlockSize().
Referenced by Retro::Rw11CntlRK11::AddNormalExit(), Retro::Rw11CntlRL11::AddNormalExit(), Retro::Rw11CntlRHRP::AddNormalExit(), Retro::Rw11CntlRHRP::AttnHandler(), Retro::Rw11CntlRK11::AttnHandler(), and Retro::Rw11CntlRL11::AttnHandler().
|
inline |
FIXME_docs.
Definition at line 107 of file Rw11UnitDisk.ipp.
References fWProt.
Referenced by Retro::Rw11CntlRK11::AttnHandler().
|
inline |
FIXME_docs.
Definition at line 116 of file Rw11UnitDisk.ipp.
References fWProt.
Referenced by Retro::Rw11CntlRHRP::AttnHandler(), Retro::Rw11CntlRK11::AttnHandler(), Retro::Rw11CntlRL11::AttnHandler(), Retro::RtclRw11CntlDiskBase< TC >::M_default(), Retro::RtclRw11UnitDisk::SetupGetSet(), Retro::Rw11CntlRHRP::UnitSetup(), Retro::Rw11CntlRK11::UnitSetup(), and Retro::Rw11CntlRL11::UnitSetup().
bool Retro::Rw11UnitDisk::VirtRead | ( | size_t | lba, |
size_t | nblk, | ||
uint8_t * | data, | ||
RerrMsg & | emsg | ||
) |
FIXME_docs.
Definition at line 68 of file Rw11UnitDisk.cpp.
References Retro::Rw11UnitVirt< Rw11VirtDisk >::HasVirt(), Retro::RerrMsg::Init(), Retro::Rw11VirtDisk::Read(), and Retro::Rw11UnitVirt< Rw11VirtDisk >::Virt().
Referenced by Retro::Rw11RdmaDisk::PreRdmaHook(), and Retro::Rw11RdmaDisk::WriteCheck().
bool Retro::Rw11UnitDisk::VirtWrite | ( | size_t | lba, |
size_t | nblk, | ||
const uint8_t * | data, | ||
RerrMsg & | emsg | ||
) |
FIXME_docs.
Definition at line 81 of file Rw11UnitDisk.cpp.
References Retro::Rw11UnitVirt< Rw11VirtDisk >::HasVirt(), Retro::RerrMsg::Init(), Retro::Rw11UnitVirt< Rw11VirtDisk >::Virt(), and Retro::Rw11VirtDisk::Write().
Referenced by Retro::Rw11RdmaDisk::PostRdmaHook().
|
virtual |
FIXME_docs.
Reimplemented from Retro::Rw11UnitVirt< Rw11VirtDisk >.
Reimplemented in Retro::Rw11UnitDiskBase< TC >, Retro::Rw11UnitDiskBase< Rw11CntlRHRP >, Retro::Rw11UnitDiskBase< Rw11CntlRK11 >, Retro::Rw11UnitDiskBase< Rw11CntlRL11 >, Retro::Rw11UnitRHRP, Retro::Rw11UnitRK11, and Retro::Rw11UnitRL11.
Definition at line 94 of file Rw11UnitDisk.cpp.
References Retro::Rw11UnitVirt< TV >::Dump(), fBlksize, fEnabled, fNBlock, fNCyl, fNHead, fNSect, fType, fWProt, and Retro::RosPrintf().
Referenced by Retro::Rw11UnitDiskBase< TC >::Dump().
|
protected |
drive type
Definition at line 60 of file Rw11UnitDisk.hpp.
Referenced by Dump(), Retro::Rw11UnitRHRP::Rw11UnitRHRP(), Retro::Rw11UnitRK11::Rw11UnitRK11(), Retro::Rw11UnitRL11::Rw11UnitRL11(), SetType(), Retro::Rw11UnitRHRP::SetType(), Retro::Rw11UnitRL11::SetType(), and Type().
|
protected |
unit enabled
Definition at line 61 of file Rw11UnitDisk.hpp.
Referenced by Dump(), Enabled(), Retro::Rw11UnitRHRP::Rw11UnitRHRP(), Retro::Rw11UnitRK11::Rw11UnitRK11(), Retro::Rw11UnitRL11::Rw11UnitRL11(), and Retro::Rw11UnitRHRP::SetType().
|
protected |
Definition at line 62 of file Rw11UnitDisk.hpp.
Referenced by Dump(), NCylinder(), Retro::Rw11UnitRK11::Rw11UnitRK11(), Retro::Rw11UnitRL11::Rw11UnitRL11(), Retro::Rw11UnitRHRP::SetType(), and Retro::Rw11UnitRL11::SetType().
|
protected |
Definition at line 63 of file Rw11UnitDisk.hpp.
Referenced by Chs2Lba(), Dump(), Lba2Chs(), NHead(), Retro::Rw11UnitRK11::Rw11UnitRK11(), Retro::Rw11UnitRL11::Rw11UnitRL11(), Retro::Rw11UnitRHRP::SetType(), and Retro::Rw11UnitRL11::SetType().
|
protected |
Definition at line 64 of file Rw11UnitDisk.hpp.
Referenced by Chs2Lba(), Dump(), Lba2Chs(), NSector(), Retro::Rw11UnitRK11::Rw11UnitRK11(), Retro::Rw11UnitRL11::Rw11UnitRL11(), Retro::Rw11UnitRHRP::SetType(), and Retro::Rw11UnitRL11::SetType().
|
protected |
block size (in bytes)
Definition at line 65 of file Rw11UnitDisk.hpp.
Referenced by BlockSize(), Dump(), Retro::Rw11UnitRHRP::Rw11UnitRHRP(), Retro::Rw11UnitRK11::Rw11UnitRK11(), and Retro::Rw11UnitRL11::Rw11UnitRL11().
|
protected |
Definition at line 66 of file Rw11UnitDisk.hpp.
Referenced by Dump(), NBlock(), Retro::Rw11UnitRK11::Rw11UnitRK11(), Retro::Rw11UnitRL11::Rw11UnitRL11(), Retro::Rw11UnitRHRP::SetType(), and Retro::Rw11UnitRL11::SetType().
|
protected |
unit write protected
Definition at line 67 of file Rw11UnitDisk.hpp.
Referenced by Dump(), SetWProt(), and WProt().