w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
Retro::Rw11Probe Class Reference

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
 

Detailed Description

FIXME_docs.

Definition at line 23 of file Rw11Probe.hpp.

Constructor & Destructor Documentation

◆ Rw11Probe()

Retro::Rw11Probe::Rw11Probe ( uint16_t  addr = 0,
bool  probeint = false,
bool  proberem = false 
)
explicit

Default constructor.

Definition at line 38 of file Rw11Probe.cpp.

Member Function Documentation

◆ Found()

◆ IndicatorInt()

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().

◆ IndicatorRem()

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().

◆ DataInt()

uint16_t Retro::Rw11Probe::DataInt ( ) const
inline

FIXME_docs.

Definition at line 20 of file Rw11Probe.ipp.

References fDataInt.

Referenced by Retro::Rw11Cntl::ProbeDataInt().

◆ DataRem()

uint16_t Retro::Rw11Probe::DataRem ( ) const
inline

◆ Dump()

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().

Member Data Documentation

◆ fAddr

uint16_t Retro::Rw11Probe::fAddr

Definition at line 24 of file Rw11Probe.hpp.

Referenced by Retro::Rw11Cntl::ConfigCntl(), Dump(), and Retro::Rw11Cpu::ProbeCntl().

◆ fProbeInt

bool Retro::Rw11Probe::fProbeInt

◆ fProbeRem

bool Retro::Rw11Probe::fProbeRem

◆ fProbeDone

bool Retro::Rw11Probe::fProbeDone

Definition at line 27 of file Rw11Probe.hpp.

Referenced by Dump(), Found(), IndicatorInt(), IndicatorRem(), and Retro::Rw11Cpu::ProbeCntl().

◆ fFoundInt

bool Retro::Rw11Probe::fFoundInt

Definition at line 28 of file Rw11Probe.hpp.

Referenced by Dump(), Found(), IndicatorInt(), and Retro::Rw11Cpu::ProbeCntl().

◆ fFoundRem

bool Retro::Rw11Probe::fFoundRem

Definition at line 29 of file Rw11Probe.hpp.

Referenced by Found(), IndicatorRem(), and Retro::Rw11Cpu::ProbeCntl().

◆ fDataInt

uint16_t Retro::Rw11Probe::fDataInt

Definition at line 30 of file Rw11Probe.hpp.

Referenced by DataInt(), Dump(), and Retro::Rw11Cpu::ProbeCntl().

◆ fDataRem

uint16_t Retro::Rw11Probe::fDataRem

Definition at line 31 of file Rw11Probe.hpp.

Referenced by DataRem(), Dump(), and Retro::Rw11Cpu::ProbeCntl().


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