39 "output bytes dropped prior attach");
41 "input bytes missed prior attach");
56 throw Rexception(
"Rw11UnitStream::SetPos",
"no stream attached");
83 emsg.
Init(
"Rw11UnitStream::VirtRead",
"no stream attached");
86 return Virt().
Read(data, count, emsg);
96 emsg.
Init(
"Rw11UnitStream::VirtWrite",
"no stream attached");
108 emsg.
Init(
"Rw11UnitStream::VirtFlush",
"no stream attached");
121 os << bl << (text?text:
"--") <<
"Rw11UnitStream @ " <<
this << endl;
void Init(const std::string &meth, const std::string &text)
FIXME_docs.
I/O appicator to generate fill characters.
void Inc(size_t ind, double val=1.)
FIXME_docs.
void Define(size_t ind, const std::string &name, const std::string &text)
FIXME_docs.
int VirtRead(uint8_t *data, size_t count, RerrMsg &emsg)
FIXME_docs.
~Rw11UnitStream()
Destructor.
Rw11UnitStream(Rw11Cntl *pcntl, size_t index)
Constructor.
void SetPos(int pos)
FIXME_docs.
bool VirtWrite(const uint8_t *data, size_t count, RerrMsg &emsg)
FIXME_docs.
bool VirtFlush(RerrMsg &emsg)
FIXME_docs.
virtual void Dump(std::ostream &os, int ind=0, const char *text=0, int detail=0) const
FIXME_docs.
Implemenation (inline) of Rw11UnitVirt.
Rw11VirtStream & Virt()
FIXME_docs.
virtual void Dump(std::ostream &os, int ind=0, const char *text=0, int detail=0) const
FIXME_docs.
bool HasVirt() const
FIXME_docs.
bool Write(const uint8_t *data, size_t count, RerrMsg &emsg)
FIXME_docs.
int Read(uint8_t *data, size_t count, RerrMsg &emsg)
FIXME_docs.
int Tell(RerrMsg &emsg)
FIXME_docs.
bool Flush(RerrMsg &emsg)
FIXME_docs.
Declaration of class ReventLoop.