w11 - cpp 0.794
Backend server for Rlink and w11
|
FIXME_docs. More...
#include <Rw11Probe.hpp>
Public Member Functions | |
Rw11Probe (uint16_t addr=0, bool probeint=false, bool proberem=false) | |
Default constructor. | |
bool | Found () const |
FIXME_docs. | |
char | IndicatorInt () const |
FIXME_docs. | |
char | IndicatorRem () const |
FIXME_docs. | |
uint16_t | DataInt () const |
FIXME_docs. | |
uint16_t | DataRem () const |
FIXME_docs. | |
void | Dump (std::ostream &os, int ind=0, const char *text=0, int detail=0) const |
FIXME_docs. | |
Public Attributes | |
uint16_t | fAddr |
bool | fProbeInt |
bool | fProbeRem |
bool | fProbeDone |
bool | fFoundInt |
bool | fFoundRem |
uint16_t | fDataInt |
uint16_t | fDataRem |
FIXME_docs.
Definition at line 23 of file Rw11Probe.hpp.
|
explicit |
Default constructor.
Definition at line 38 of file Rw11Probe.cpp.
bool Retro::Rw11Probe::Found | ( | ) | const |
FIXME_docs.
Definition at line 52 of file Rw11Probe.cpp.
References fFoundInt, fFoundRem, fProbeDone, fProbeInt, and fProbeRem.
Referenced by Retro::RtclRw11Cpu::M_default(), Retro::Rw11Cpu::ProbeCntl(), Retro::Rw11Cntl::ProbeFound(), Retro::Rw11CntlDEUNA::Start(), Retro::Rw11CntlDL11::Start(), Retro::Rw11CntlDZ11::Start(), Retro::Rw11CntlLP11::Start(), Retro::Rw11CntlPC11::Start(), Retro::Rw11CntlRHRP::Start(), Retro::Rw11CntlRK11::Start(), Retro::Rw11CntlRL11::Start(), Retro::Rw11CntlTM11::Start(), and Retro::Rw11Cpu::Start().
char Retro::Rw11Probe::IndicatorInt | ( | ) | const |
FIXME_docs.
Definition at line 63 of file Rw11Probe.cpp.
References fFoundInt, fProbeDone, and fProbeInt.
Referenced by Retro::RtclRw11::M_default(), and Retro::RtclRw11Cpu::M_default().
char Retro::Rw11Probe::IndicatorRem | ( | ) | const |
FIXME_docs.
Definition at line 73 of file Rw11Probe.cpp.
References fFoundRem, fProbeDone, and fProbeRem.
Referenced by Retro::RtclRw11::M_default(), and Retro::RtclRw11Cpu::M_default().
|
inline |
FIXME_docs.
Definition at line 20 of file Rw11Probe.ipp.
References fDataInt.
Referenced by Retro::Rw11Cntl::ProbeDataInt().
|
inline |
FIXME_docs.
Definition at line 28 of file Rw11Probe.ipp.
References fDataRem.
Referenced by Retro::Rw11Cntl::ProbeDataRem(), Retro::Rw11CntlDL11::Start(), Retro::Rw11CntlDZ11::Start(), Retro::Rw11CntlLP11::Start(), and Retro::Rw11CntlPC11::Start().
void Retro::Rw11Probe::Dump | ( | std::ostream & | os, |
int | ind = 0 , |
||
const char * | text = 0 , |
||
int | detail = 0 |
||
) | const |
FIXME_docs.
Definition at line 83 of file Rw11Probe.cpp.
References fAddr, fDataInt, fDataRem, fFoundInt, fProbeDone, fProbeInt, and Retro::RosPrintf().
Referenced by Retro::Rw11Cntl::Dump().
uint16_t Retro::Rw11Probe::fAddr |
Definition at line 24 of file Rw11Probe.hpp.
Referenced by Retro::Rw11Cntl::ConfigCntl(), Dump(), and Retro::Rw11Cpu::ProbeCntl().
bool Retro::Rw11Probe::fProbeInt |
Definition at line 25 of file Rw11Probe.hpp.
Referenced by Retro::Rw11Cntl::ConfigCntl(), Dump(), Found(), IndicatorInt(), and Retro::Rw11Cpu::ProbeCntl().
bool Retro::Rw11Probe::fProbeRem |
Definition at line 26 of file Rw11Probe.hpp.
Referenced by Retro::Rw11Cntl::ConfigCntl(), Found(), IndicatorRem(), and Retro::Rw11Cpu::ProbeCntl().
bool Retro::Rw11Probe::fProbeDone |
Definition at line 27 of file Rw11Probe.hpp.
Referenced by Dump(), Found(), IndicatorInt(), IndicatorRem(), and Retro::Rw11Cpu::ProbeCntl().
bool Retro::Rw11Probe::fFoundInt |
Definition at line 28 of file Rw11Probe.hpp.
Referenced by Dump(), Found(), IndicatorInt(), and Retro::Rw11Cpu::ProbeCntl().
bool Retro::Rw11Probe::fFoundRem |
Definition at line 29 of file Rw11Probe.hpp.
Referenced by Found(), IndicatorRem(), and Retro::Rw11Cpu::ProbeCntl().
uint16_t Retro::Rw11Probe::fDataInt |
Definition at line 30 of file Rw11Probe.hpp.
Referenced by DataInt(), Dump(), and Retro::Rw11Cpu::ProbeCntl().
uint16_t Retro::Rw11Probe::fDataRem |
Definition at line 31 of file Rw11Probe.hpp.
Referenced by DataRem(), Dump(), and Retro::Rw11Cpu::ProbeCntl().