w11 - cpp 0.794
Backend server for Rlink and w11
|
FIXME_docs. More...
#include <RlinkChannel.hpp>
Public Member Functions | |
RlinkChannel (const std::shared_ptr< RlinkConnect > &spconn) | |
Default constructor. | |
~RlinkChannel () | |
Destructor. | |
RlinkConnect & | Connect () |
FIXME_docs. | |
RlinkContext & | Context () |
FIXME_docs. | |
bool | Exec (RlinkCommandList &clist, RerrMsg &emsg) |
FIXME_docs. | |
void | Dump (std::ostream &os, int ind=0, const char *text=0, int detail=0) const |
FIXME_docs. | |
Protected Attributes | |
RlinkContext | fContext |
stat check and errcnt context | |
std::shared_ptr< RlinkConnect > | fspConn |
ptr to connect | |
FIXME_docs.
Definition at line 28 of file RlinkChannel.hpp.
|
explicit |
Default constructor.
Definition at line 36 of file RlinkChannel.cpp.
Retro::RlinkChannel::~RlinkChannel | ( | ) |
Destructor.
Definition at line 44 of file RlinkChannel.cpp.
|
inline |
|
inline |
bool Retro::RlinkChannel::Exec | ( | RlinkCommandList & | clist, |
RerrMsg & | emsg | ||
) |
void Retro::RlinkChannel::Dump | ( | std::ostream & | os, |
int | ind = 0 , |
||
const char * | text = 0 , |
||
int | detail = 0 |
||
) | const |
FIXME_docs.
Definition at line 61 of file RlinkChannel.cpp.
References Retro::RlinkContext::Dump(), fContext, and fspConn.
|
protected |
stat check and errcnt context
Definition at line 42 of file RlinkChannel.hpp.
|
protected |
ptr to connect
Definition at line 43 of file RlinkChannel.hpp.