21#ifndef included_Retro_RtclRlinkPort
22#define included_Retro_RtclRlinkPort 1
std::unique_ptr< RlinkPort > port_uptr_t
int M_errcnt(RtclArgs &args)
FIXME_docs.
int M_dump(RtclArgs &args)
FIXME_docs.
int M_log(RtclArgs &args)
FIXME_docs.
int M_rawread(RtclArgs &args)
FIXME_docs.
static int DoRawWblk(RtclArgs &args, RlinkPort &port)
FIXME_docs.
int M_open(RtclArgs &args)
FIXME_docs.
const std::string & LogFileName() const
FIXME_docs.
bool TestPort(RtclArgs &args, bool testopen=true)
FIXME_docs.
static int DoRawRblk(RtclArgs &args, RlinkPort &port, size_t &errcnt)
FIXME_docs.
int M_default(RtclArgs &args)
FIXME_docs.
int M_rawrblk(RtclArgs &args)
FIXME_docs.
int M_rawwblk(RtclArgs &args)
FIXME_docs.
RlinkPort::port_uptr_t fupObj
uptr to managed port
size_t fErrCnt
error count
~RtclRlinkPort()
Destructor.
std::shared_ptr< RlogFile > fspLog
port log file
int M_close(RtclArgs &args)
FIXME_docs.
int M_stats(RtclArgs &args)
FIXME_docs.
void SetupGetSet()
FIXME_docs.
static int DoRawRead(RtclArgs &args, RlinkPort &port)
FIXME_docs.
int M_get(RtclArgs &args)
FIXME_docs.
uint32_t fTraceLevel
0=off,1=buf,2=char
int M_set(RtclArgs &args)
FIXME_docs.
void SetLogFileName(const std::string &name)
FIXME_docs.
Declaration of class ReventLoop.